Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.c446 int max_count; member
1658 …n_size, (int)max_size, ZEND_MM_TRUE_SIZE(max_size), heap->cache_stat[i].max_count, heap->cache_sta… in zend_mm_shutdown()
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()
2209 if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) { in _zend_mm_realloc_int()
2210 heap->cache_stat[index].max_count = heap->cache_stat[index].count; in _zend_mm_realloc_int()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c94 uint32_t max_count; member
1536 if (me->cont_count == me->max_count) { in parse()
1538 size_t cnt = me->max_count + ALLOC_CHUNK; in parse()
1545 me->max_count = CAST(uint32_t, cnt); in parse()
1559 me->max_count = ALLOC_CHUNK; in parse()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch492 if (me->cont_count == me->max_count) {
494 size_t cnt = me->max_count + ALLOC_CHUNK;

Completed in 43 milliseconds