Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_alloc.c276 void (*_free)(void*); member
2217 heap->custom_heap.std._free(heap);
2380 AG(mm_heap)->custom_heap.std._free(ptr); \
2488 AG(mm_heap)->custom_heap.std._free(ptr);
2664 alloc_globals->mm_heap->custom_heap.std._free = free;
2727 void (*_free)(void*),
2735 _heap->custom_heap.std._free = _free;
2750 *_free = _heap->custom_heap.std._free;
2754 *_free = NULL;
2759 *_free = NULL;
[all …]
H A Dzend_alloc.h274 void (*_free)(void*),
278 void (**_free)(void*),
284 … void (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c1646 void (*_free)(void*); in main() local
1727 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1729 use_mm_wrappers = !_malloc && !_realloc && !_free; in main()
1733 PHPDBG_G(original_free_function) = _free; in main()
1734 _free = phpdbg_watch_efree; in main()
1743 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()

Completed in 31 milliseconds