Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_alloc.c269 void *(*_malloc)(size_t); member
2247 if (heap->custom_heap.std._malloc == tracked_malloc) {
2459 return AG(mm_heap)->custom_heap.std._malloc(size);
2867 mm_heap->custom_heap.std._malloc = __zend_malloc;
2872 mm_heap->custom_heap.std._malloc = tracked_malloc;
2943 if (!_malloc && !_free && !_realloc) {
2947 _heap->custom_heap.std._malloc = _malloc;
2963 *_malloc = _heap->custom_heap.std._malloc;
2967 *_malloc = NULL;
2972 *_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.1/sapi/phpdbg/
H A Dphpdbg.c1145 void* (*_malloc)(size_t); in main() local
1445 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1447 use_mm_wrappers = !_malloc && !_realloc && !_free; in main()
1459 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
1800 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()

Completed in 30 milliseconds