Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_alloc.c255 zend_mm_chunk *main_chunk; member
818 chunk->next = heap->main_chunk;
1045 chunk->prev = heap->main_chunk;
1835 heap->main_chunk = chunk;
1940 chunk = heap->main_chunk;
2097 p = heap->main_chunk;
2203 p = heap->main_chunk->next;
2204 while (p != heap->main_chunk) {
2245 p = heap->main_chunk;
2249 heap->main_chunk = p;
[all …]

Completed in 17 milliseconds