Home
last modified time | relevance | path

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

/php-src/
H A DUPGRADING.INTERNALS48 void* (*_malloc)(size_t),
53 void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
59 void* (**_malloc)(size_t),
64 void* (**_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/php-src/Zend/
H A Dzend_alloc.c272 void *(*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); member
2274 if (heap->custom_heap._malloc == tracked_malloc) {
2410 if (heap->custom_heap._malloc == tracked_malloc) {
2453 if (AG(mm_heap)->custom_heap._malloc == tracked_malloc) {
2889 mm_heap->custom_heap._malloc = __zend_malloc;
2894 mm_heap->custom_heap._malloc = tracked_malloc;
2965 if (!_malloc && !_free && !_realloc) {
2969 _heap->custom_heap._malloc = _malloc;
2985 *_malloc = _heap->custom_heap._malloc;
2989 *_malloc = NULL;
[all …]
H A Dzend_alloc.h276 … void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
280 … void* (**_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC),
/php-src/sapi/phpdbg/
H A Dphpdbg.c1149 void* (*_malloc)(size_t ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); in main() local
1407 zend_mm_get_custom_handlers(mm_heap, &_malloc, &_free, &_realloc); in main()
1409 use_mm_wrappers = !_malloc && !_realloc && !_free; in main()
1417 zend_mm_set_custom_handlers(mm_heap, _malloc, _free, _realloc); in main()
1761 zend_mm_set_custom_handlers(zend_mm_get_heap(), _malloc, _free, _realloc); in main()

Completed in 22 milliseconds