Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_alloc.c271 void (*_free)(void*); member
2275 heap->custom_heap.std._free = free;
2284 heap->custom_heap.std._free(heap);
2500 AG(mm_heap)->custom_heap.std._free(ptr);
2914 mm_heap->custom_heap.std._free = free;
2989 if (!_malloc && !_free && !_realloc) {
2994 _heap->custom_heap.std._free = _free;
3010 *_free = _heap->custom_heap.std._free;
3014 *_free = NULL;
3019 *_free = NULL;
[all …]
H A Dzend_alloc.h277 void (*_free)(void*),
281 void (**_free)(void*),
287 … void (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1150 void (*_free)(void*); in main() local
1407 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1409 use_mm_wrappers = !_malloc && !_realloc && !_free; in main()
1411 PHPDBG_G(original_free_function) = _free; in main()
1412 _free = phpdbg_watch_efree; in main()
1421 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
1424 _free = PHPDBG_G(original_free_function); in main()
1765 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()

Completed in 25 milliseconds