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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.h 40 unsigned int total_allocated; member in struct:memory_pool
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 140 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;
  /art/compiler/optimizing/
optimizing_compiler.cc 1060 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); local
1386 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); local
    [all...]

Completed in 93 milliseconds