Home
last modified time | relevance | path

Searched refs:use_zend_alloc (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_alloc.c416 int use_zend_alloc; member
1089 heap->use_zend_alloc = 1; in zend_mm_startup_ex()
2340 return AG(mm_heap)->use_zend_alloc; in is_zend_mm()
2347 if (UNEXPECTED(!AG(mm_heap)->use_zend_alloc)) { in _emalloc()
2357 if (UNEXPECTED(!AG(mm_heap)->use_zend_alloc)) { in _efree()
2368 if (UNEXPECTED(!AG(mm_heap)->use_zend_alloc)) { in _erealloc()
2376 if (UNEXPECTED(!AG(mm_heap)->use_zend_alloc)) { in _zend_mem_block_size()
2573 if (!alloc_globals->mm_heap->use_zend_alloc) { in alloc_globals_ctor()
2616 heap->use_zend_alloc = 0; in zend_mm_set_custom_handlers()
2627 if (!AG(mm_heap)->use_zend_alloc) { in _mem_block_check()
[all …]

Completed in 12 milliseconds