Lines Matching refs:allocated
72 * in some consistent-but-allocated state.
206 base->allocated += size;
214 assert(base->allocated <= base->resident);
322 base->allocated += sizeof(base_block_t);
332 assert(base->allocated <= base->resident);
352 * allocated using them. So we use some stack ehooks to bootstrap its
388 base->allocated = sizeof(base_block_t);
394 assert(base->allocated <= base->resident);
495 base_stats_get(tsdn_t *tsdn, base_t *base, size_t *allocated, size_t *resident,
500 assert(base->allocated <= base->resident);
502 *allocated = base->allocated;