Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.h268 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap);
277 ZEND_API int zend_mm_is_custom_heap(zend_mm_heap *new_heap);
H A Dzend_alloc.c2798 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap) argument
2803 AG(mm_heap) = (zend_mm_heap*)new_heap;
2812 ZEND_API int zend_mm_is_custom_heap(zend_mm_heap *new_heap) argument

Completed in 20 milliseconds