HomeSort by relevance Sort by last modified time
    Searched refs:total_allocated (Results 1 - 5 of 5) sorted by null

  /external/v8/test/unittests/compiler/
zone-pool-unittest.cc 122 size_t total_allocated = 0; local
132 total_allocated += bytes;
141 total_allocated += bytes;
146 total_allocated);
148 total_allocated);
153 total_allocated);
154 ExpectForPool(outer_allocated, max_loop_allocation, total_allocated);
157 Expect(&outer_stats, 0, max_loop_allocation, total_allocated);
158 ExpectForPool(0, max_loop_allocation, total_allocated);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.h 40 unsigned int total_allocated; member in struct:memory_pool
memory_pool.c 55 unsigned int blocksize = pool->total_allocated;
67 pool->total_allocated += blocksize;
  /external/v8/test/cctest/heap/
test-alloc.cc 216 size_t total_allocated = 0; local
219 while (total_allocated < 5 * code_range_size) {
239 total_allocated += static_cast<int>(allocated);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 130 uptr total_allocated = a->TotalMemoryUsed(); local
132 last_total_allocated = total_allocated;
133 CHECK_EQ(last_total_allocated, total_allocated);
513 uptr total_allocated = a->TotalMemoryUsed(); local
515 CHECK_EQ(saved_total, total_allocated);
516 saved_total = total_allocated;

Completed in 1921 milliseconds