Searched refs:ZEND_FAST_ALLOC_REL (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_alloc.h | 172 #define ZEND_FAST_ALLOC_REL(p, type, fc_type) \ macro 186 ZEND_FAST_ALLOC_REL(z, zval, ZVAL_CACHE_LIST) 199 ZEND_FAST_ALLOC_REL(ht, HashTable, HASHTABLE_CACHE_LIST)
|
| H A D | zend_fast_cache.h | 82 #define ZEND_FAST_ALLOC_REL(p, type, fc_type) \ 97 #define ZEND_FAST_ALLOC_REL(p, type, fc_type) \ 115 ZEND_FAST_ALLOC_REL(z, zval, ZVAL_CACHE_LIST) 128 ZEND_FAST_ALLOC_REL(ht, HashTable, HASHTABLE_CACHE_LIST)
|
Completed in 2 milliseconds