Lines Matching defs:count
1003 uint count; } ref; /* number of allocated blocks */
1147 uint count; } ref;
1293 n += p->ref.count;
1913 pool->ref.count = 1;
1975 ++pool->ref.count;
2034 assert(pool->ref.count > 0); /* else the pool is empty */
2090 * 3. If the "next" arena has a smaller count of free
2240 assert(pool->ref.count > 0); /* else it was empty */
2244 pool->ref.count--;
2260 if (LIKELY(pool->ref.count != 0)) {
2811 "count of bytes requested\n"
3025 if (p->ref.count == 0) {
3033 numblocks[sz] += p->ref.count;
3034 freeblocks = NUMBLOCKS(sz) - p->ref.count;