Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_alloc.c270 void *(*_malloc)(size_t); member
2267 if (heap->custom_heap.std._malloc == tracked_malloc) {
2477 return AG(mm_heap)->custom_heap.std._malloc(size);
2904 mm_heap->custom_heap.std._malloc = __zend_malloc;
2909 mm_heap->custom_heap.std._malloc = tracked_malloc;
2980 if (!_malloc && !_free && !_realloc) {
2984 _heap->custom_heap.std._malloc = _malloc;
3000 *_malloc = _heap->custom_heap.std._malloc;
3004 *_malloc = NULL;
3009 *_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.2/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 22 milliseconds