Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_alloc.c270 void *(*_malloc)(size_t); member
2266 if (heap->custom_heap.std._malloc == tracked_malloc) {
2491 return AG(mm_heap)->custom_heap.std._malloc(size);
2913 mm_heap->custom_heap.std._malloc = __zend_malloc;
2918 mm_heap->custom_heap.std._malloc = tracked_malloc;
2989 if (!_malloc && !_free && !_realloc) {
2993 _heap->custom_heap.std._malloc = _malloc;
3009 *_malloc = _heap->custom_heap.std._malloc;
3013 *_malloc = NULL;
3018 *_malloc = NULL;
[all …]
H A Dzend_alloc.h276 void* (*_malloc)(size_t),
280 void* (**_malloc)(size_t),
286 … void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1149 void* (*_malloc)(size_t); 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()
1421 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
1765 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()

Completed in 25 milliseconds