max_count         446 Zend/zend_alloc.c 		int max_count;
max_count        1658 Zend/zend_alloc.c 					fprintf(f, "%2d %8d %8d %9d %8d %8d %8d\n", i, (int)min_size, (int)max_size, ZEND_MM_TRUE_SIZE(max_size), heap->cache_stat[i].max_count, heap->cache_stat[i].hit, heap->cache_stat[i].miss);
max_count        2092 Zend/zend_alloc.c 		if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) {
max_count        2093 Zend/zend_alloc.c 			heap->cache_stat[index].max_count = heap->cache_stat[index].count;
max_count        2209 Zend/zend_alloc.c 			if (++heap->cache_stat[index].count > heap->cache_stat[index].max_count) {
max_count        2210 Zend/zend_alloc.c 				heap->cache_stat[index].max_count = heap->cache_stat[index].count;
max_count          94 ext/fileinfo/libmagic/apprentice.c 	uint32_t max_count;
max_count        1539 ext/fileinfo/libmagic/apprentice.c 		if (me->cont_count == me->max_count) {
max_count        1541 ext/fileinfo/libmagic/apprentice.c 			size_t cnt = me->max_count + ALLOC_CHUNK;
max_count        1548 ext/fileinfo/libmagic/apprentice.c 			me->max_count = CAST(uint32_t, cnt);
max_count        1562 ext/fileinfo/libmagic/apprentice.c 		me->max_count = ALLOC_CHUNK;