Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c92 uint32_t max_count; member
1177 if (me->cont_count == me->max_count) {
1179 size_t cnt = me->max_count + ALLOC_CHUNK;
1182 me->max_count = CAST(uint32_t, cnt);
1200 me->max_count = ALLOC_CHUNK;
/PHP-5.3/Zend/
H A Dzend_alloc.c445 int max_count; member
1624 …n_size, (int)max_size, ZEND_MM_TRUE_SIZE(max_size), heap->cache_stat[i].max_count, heap->cache_sta… in zend_mm_shutdown()
2015 if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) { in _zend_mm_free_int()
2016 heap->cache_stat[index].max_count = heap->cache_stat[index].count; in _zend_mm_free_int()
2129 if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) { in _zend_mm_realloc_int()
2130 heap->cache_stat[index].max_count = heap->cache_stat[index].count; in _zend_mm_realloc_int()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch444 if (me->cont_count == me->max_count) {
446 size_t cnt = me->max_count + ALLOC_CHUNK;
454 me->max_count = CAST(uint32_t, cnt);
481 me->max_count = ALLOC_CHUNK;

Completed in 40 milliseconds