Home
last modified time | relevance | path

Searched refs:total_allocated (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.c55 unsigned int blocksize = pool->total_allocated; in refill_pool()
67 pool->total_allocated += blocksize; in refill_pool()
Dmemory_pool.h40 unsigned int total_allocated; member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc140 uptr total_allocated = a->TotalMemoryUsed(); in TestSizeClassAllocator() local
142 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() local
521 CHECK_EQ(saved_total, total_allocated); in TestSizeClassAllocatorLocalCache()
522 saved_total = total_allocated; in TestSizeClassAllocatorLocalCache()