Lines Matching refs:_malloc
270 void *(*_malloc)(size_t); member
275 void *(*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); member
2267 if (heap->custom_heap.std._malloc == tracked_malloc) {
2435 if (AG(mm_heap)->custom_heap.std._malloc == tracked_malloc) {
2475 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
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;
2973 void* (*_malloc)(size_t),
2980 if (!_malloc && !_free && !_realloc) {
2984 _heap->custom_heap.std._malloc = _malloc;
2992 void* (**_malloc)(size_t),
3000 *_malloc = _heap->custom_heap.std._malloc;
3004 *_malloc = NULL;
3009 *_malloc = NULL;
3017 … void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
3025 _heap->custom_heap.debug._malloc = _malloc;