Searched refs:total_allocated (Results 1 – 3 of 3) sorted by relevance
55 unsigned int blocksize = pool->total_allocated; in refill_pool()67 pool->total_allocated += blocksize; in refill_pool()
40 unsigned int total_allocated; member
140 uptr total_allocated = a->TotalMemoryUsed(); in TestSizeClassAllocator() local142 last_total_allocated = total_allocated; in TestSizeClassAllocator()143 CHECK_EQ(last_total_allocated, total_allocated); in TestSizeClassAllocator()519 uptr total_allocated = a->TotalMemoryUsed(); in TestSizeClassAllocatorLocalCache() local521 CHECK_EQ(saved_total, total_allocated); in TestSizeClassAllocatorLocalCache()522 saved_total = total_allocated; in TestSizeClassAllocatorLocalCache()