Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_alloc.c253 zend_mm_chunk *main_chunk; member
820 chunk->next = heap->main_chunk;
1047 chunk->prev = heap->main_chunk;
1904 heap->main_chunk = chunk;
2009 chunk = heap->main_chunk;
2167 p = heap->main_chunk;
2273 p = heap->main_chunk->next;
2274 while (p != heap->main_chunk) {
2315 p = heap->main_chunk;
2319 heap->main_chunk = p;
[all …]

Completed in 22 milliseconds