Lines Matching refs:_malloc
268 void *(*_malloc)(size_t); member
273 void *(*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); member
2325 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2327 return AG(mm_heap)->custom_heap.std._malloc(size); \
2427 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2429 return AG(mm_heap)->custom_heap.std._malloc(size);
2619 alloc_globals->mm_heap->custom_heap.std._malloc = __zend_malloc;
2682 void* (*_malloc)(size_t),
2690 _heap->custom_heap.std._malloc = _malloc;
2697 void* (**_malloc)(size_t),
2705 *_malloc = _heap->custom_heap.std._malloc;
2709 *_malloc = NULL;
2714 *_malloc = NULL;
2722 … void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
2730 _heap->custom_heap.debug._malloc = _malloc;