Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_alloc.c945 if (heap->cached_chunks) {
1069 heap->cached_chunks = chunk;
1074 if (!heap->cached_chunks) {
1082 if (!heap->cached_chunks || chunk->num > heap->cached_chunks->num) {
1088 heap->cached_chunks = chunk;
1867 heap->cached_chunks = NULL;
2258 heap->cached_chunks = p;
2267 p = heap->cached_chunks;
2278 p = heap->cached_chunks;
2284 p = heap->cached_chunks;
[all …]
/PHP-8.0/
H A DNEWS462 . Fixed bug #81585 (cached_chunks are not counted to real_size on shutdown).

Completed in 20 milliseconds