Home | History | Annotate | Download | only in src

Lines Matching refs:alloc_size

120   return (a->alloc_size - a->free_size) > (b->alloc_size - b->free_size);
230 b->alloc_size += bytes;
232 total_.alloc_size += bytes;
301 profile_stats->alloc_size += b.alloc_size;
308 b.alloc_size - b.free_size,
310 b.alloc_size,
377 if (b->alloc_size == 0) {
381 b->alloc_size += r->end_addr - r->start_addr;
437 total_with_mmap.alloc_size += MemoryRegionMap::MapSize();
469 b.alloc_size = v->bytes;
482 b->alloc_size = 0;
571 int(total_.alloc_size - total_.free_size));
580 int(s->total_.alloc_size - s->total_.free_size));
622 size_t(total_.alloc_size),