Searched refs:ZEND_FAST_ALLOC (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_alloc.h | 166 #define ZEND_FAST_ALLOC(p, type, fc_type) \ macro 180 ZEND_FAST_ALLOC(z, zval, ZVAL_CACHE_LIST) 193 ZEND_FAST_ALLOC(ht, HashTable, HASHTABLE_CACHE_LIST)
|
| H A D | zend_fast_cache.h | 60 #define ZEND_FAST_ALLOC(p, type, fc_type) \ 83 ZEND_FAST_ALLOC(p, type, fc_type) 91 #define ZEND_FAST_ALLOC(p, type, fc_type) \ 109 ZEND_FAST_ALLOC(z, zval, ZVAL_CACHE_LIST) 122 ZEND_FAST_ALLOC(ht, HashTable, HASHTABLE_CACHE_LIST)
|
Completed in 3 milliseconds