Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.c417 void *(*_malloc)(size_t); member
2427 return AG(mm_heap)->_malloc(size); in _emalloc()
2729 alloc_globals->mm_heap->_malloc = malloc; in alloc_globals_ctor()
2768 void* (*_malloc)(size_t), in zend_mm_set_custom_handlers()
2773 heap->_malloc = _malloc; in zend_mm_set_custom_handlers()
H A Dzend_alloc.h238 void* (*_malloc)(size_t),

Completed in 16 milliseconds