Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_alloc.c269 void (*_free)(void*); member
2222 heap->custom_heap.std._free = free;
2231 heap->custom_heap.std._free(heap);
2427 AG(mm_heap)->custom_heap.std._free(ptr);
2828 mm_heap->custom_heap.std._free = free;
2903 if (!_malloc && !_free && !_realloc) {
2908 _heap->custom_heap.std._free = _free;
2924 *_free = _heap->custom_heap.std._free;
2928 *_free = NULL;
2933 *_free = NULL;
[all …]
H A Dzend_alloc.h281 void (*_free)(void*),
285 void (**_free)(void*),
291 … void (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c1333 void (*_free)(void*); in main() local
1693 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1695 use_mm_wrappers = !_malloc && !_realloc && !_free; in main()
1697 PHPDBG_G(original_free_function) = _free; in main()
1698 _free = phpdbg_watch_efree; in main()
1707 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
1710 _free = PHPDBG_G(original_free_function); in main()
2134 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()

Completed in 28 milliseconds