Home
last modified time | relevance | path

Searched refs:tracked_malloc (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.1/Zend/
H A Dzend_alloc.c2236 static void *tracked_malloc(size_t size);
2247 if (heap->custom_heap.std._malloc == tracked_malloc) {
2415 if (AG(mm_heap)->custom_heap.std._malloc == tracked_malloc) {
2794 static void *tracked_malloc(size_t size) function
2872 mm_heap->custom_heap.std._malloc = tracked_malloc;

Completed in 17 milliseconds