Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.c449 } cache_stat[ZEND_MM_NUM_BUCKETS+1]; member
905 heap->cache_stat[i].count = 0; in zend_mm_init()
969 heap->cache_stat[i].count = 0; in zend_mm_free_cache()
1112 memset(heap->cache_stat, 0, sizeof(heap->cache_stat)); in zend_mm_startup_ex()
1907 heap->cache_stat[index].hit++; in _zend_mm_alloc_int()
1918 heap->cache_stat[index].miss++; in _zend_mm_alloc_int()
2092 if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) { in _zend_mm_free_int()
2093 heap->cache_stat[index].max_count = heap->cache_stat[index].count; in _zend_mm_free_int()
2185 heap->cache_stat[index].hit++; in _zend_mm_realloc_int()
2209 if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) { in _zend_mm_realloc_int()
[all …]

Completed in 15 milliseconds