Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c269 void (*_free)(void*); member
2222 heap->custom_heap.std._free = free;
2230 heap->custom_heap.std._free(heap);
2426 AG(mm_heap)->custom_heap.std._free(ptr);
2754 mm_heap->custom_heap.std._free = free;
2829 if (!_malloc && !_free && !_realloc) {
2834 _heap->custom_heap.std._free = _free;
2850 *_free = _heap->custom_heap.std._free;
2854 *_free = NULL;
2859 *_free = NULL;
[all …]
H A Dzend_alloc.h280 void (*_free)(void*),
284 void (**_free)(void*),
290 … void (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1396 void (*_free)(void*); in main() local
1753 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1755 use_mm_wrappers = !_malloc && !_realloc && !_free; in main()
1757 PHPDBG_G(original_free_function) = _free; in main()
1758 _free = phpdbg_watch_efree; in main()
1767 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
1770 _free = PHPDBG_G(original_free_function); in main()
2194 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()

Completed in 24 milliseconds