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

  /art/openjdkjvmti/
ti_allocator.h 50 static jvmtiError GetGlobalJvmtiAllocationState(jvmtiEnv* env, jlong* 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/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 159 milliseconds