Lines Matching refs:_malloc
269 void *(*_malloc)(size_t); member
274 void *(*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); member
2247 if (heap->custom_heap.std._malloc == tracked_malloc) {
2415 if (AG(mm_heap)->custom_heap.std._malloc == tracked_malloc) {
2457 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
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;
2936 void* (*_malloc)(size_t),
2943 if (!_malloc && !_free && !_realloc) {
2947 _heap->custom_heap.std._malloc = _malloc;
2955 void* (**_malloc)(size_t),
2963 *_malloc = _heap->custom_heap.std._malloc;
2967 *_malloc = NULL;
2972 *_malloc = NULL;
2980 … void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
2988 _heap->custom_heap.debug._malloc = _malloc;