Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_alloc.c268 void *(*_malloc)(size_t); member
2213 if (heap->custom_heap.std._malloc == tracked_malloc) {
2418 return AG(mm_heap)->custom_heap.std._malloc(size);
2827 mm_heap->custom_heap.std._malloc = __zend_malloc;
2832 mm_heap->custom_heap.std._malloc = tracked_malloc;
2903 if (!_malloc && !_free && !_realloc) {
2907 _heap->custom_heap.std._malloc = _malloc;
2923 *_malloc = _heap->custom_heap.std._malloc;
2927 *_malloc = NULL;
2932 *_malloc = NULL;
[all …]
H A Dzend_alloc.h280 void* (*_malloc)(size_t),
284 void* (**_malloc)(size_t),
290 … void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c1332 void* (*_malloc)(size_t); 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()
1707 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
2134 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()

Completed in 20 milliseconds