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

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h40 unsigned int total_allocated; member in struct:memory_pool
H A Dmemory_pool.c55 unsigned int blocksize = pool->total_allocated;
67 pool->total_allocated += blocksize;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc140 uptr total_allocated = a->TotalMemoryUsed(); local
142 last_total_allocated = total_allocated;
143 CHECK_EQ(last_total_allocated, total_allocated);
519 uptr total_allocated = a->TotalMemoryUsed(); local
521 CHECK_EQ(saved_total, total_allocated);
522 saved_total = total_allocated;

Completed in 172 milliseconds