Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_alloc.c257 zend_mm_chunk *main_chunk; member
816 chunk->next = heap->main_chunk;
1043 chunk->prev = heap->main_chunk;
1828 heap->main_chunk = chunk;
1933 chunk = heap->main_chunk;
2090 p = heap->main_chunk;
2196 p = heap->main_chunk->next;
2197 while (p != heap->main_chunk) {
2238 p = heap->main_chunk;
2242 heap->main_chunk = p;
[all …]

Completed in 13 milliseconds