Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_alloc.h191 typedef struct _zend_mm_heap zend_mm_heap;
H A Dzend_alloc.c415 struct _zend_mm_heap { struct
1094 heap = malloc(sizeof(struct _zend_mm_heap)); in zend_mm_startup_ex()
2682 alloc_globals->mm_heap = malloc(sizeof(struct _zend_mm_heap)); in alloc_globals_ctor()
2683 memset(alloc_globals->mm_heap, 0, sizeof(struct _zend_mm_heap)); in alloc_globals_ctor()

Completed in 37 milliseconds