Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.c416 int use_zend_alloc; member
1115 heap->use_zend_alloc = 1; in zend_mm_startup_ex()
1608 if (!heap->use_zend_alloc) { in zend_mm_shutdown()
2419 return AG(mm_heap)->use_zend_alloc; in is_zend_mm()
2426 if (UNEXPECTED(!AG(mm_heap)->use_zend_alloc)) { in _emalloc()
2436 if (UNEXPECTED(!AG(mm_heap)->use_zend_alloc)) { in _efree()
2447 if (UNEXPECTED(!AG(mm_heap)->use_zend_alloc)) { in _erealloc()
2728 alloc_globals->mm_heap->use_zend_alloc = 0; in alloc_globals_ctor()
2772 heap->use_zend_alloc = 0; in zend_mm_set_custom_handlers()
2783 if (!AG(mm_heap)->use_zend_alloc) { in _mem_block_check()
[all …]

Completed in 13 milliseconds