Home
last modified time | relevance | path

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

/php-src/
H A DUPGRADING.INTERNALS49 void (*_free)(void*),
54 void (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
60 void (**_free)(void*),
65 void (**_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/php-src/sapi/phpdbg/
H A Dphpdbg.c1150 void (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); 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()
1417 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
1420 _free = PHPDBG_G(original_free_function); in main()
1761 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()
/php-src/Zend/
H A Dzend_alloc.c273 void (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); member
2283 heap->custom_heap._free = __zend_free;
2289 heap->custom_heap._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
2596 AG(mm_heap)->custom_heap._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
2890 mm_heap->custom_heap._free = __zend_free;
2895 mm_heap->custom_heap._free = tracked_free;
2965 if (!_malloc && !_free && !_realloc) {
2970 _heap->custom_heap._free = _free;
2986 *_free = _heap->custom_heap._free;
2990 *_free = NULL;
[all …]
H A Dzend_alloc.h277 … void (*_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
281 … void (**_free)(void* ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),

Completed in 44 milliseconds