Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c268 void *(*_malloc)(size_t); member
2213 if (heap->custom_heap.std._malloc == tracked_malloc) {
2417 return AG(mm_heap)->custom_heap.std._malloc(size);
2753 mm_heap->custom_heap.std._malloc = __zend_malloc;
2758 mm_heap->custom_heap.std._malloc = tracked_malloc;
2829 if (!_malloc && !_free && !_realloc) {
2833 _heap->custom_heap.std._malloc = _malloc;
2849 *_malloc = _heap->custom_heap.std._malloc;
2853 *_malloc = NULL;
2858 *_malloc = NULL;
[all …]
H A Dzend_alloc.h279 void* (*_malloc)(size_t),
283 void* (**_malloc)(size_t),
289 … void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1395 void* (*_malloc)(size_t); in main() local
1753 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1755 use_mm_wrappers = !_malloc && !_realloc && !_free; in main()
1767 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
2194 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()

Completed in 34 milliseconds