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

  /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/
test-alloc.cc 203 size_t total_allocated = 0; local
206 while (total_allocated < 5 * code_range_size) {
223 total_allocated += static_cast<int>(allocated);
  /external/linux-tools-perf/src/tools/perf/
builtin-kmem.c 54 static unsigned long total_requested, total_allocated; variable
225 total_allocated += bytes_alloc;
398 printf("Total bytes allocated: %lu\n", total_allocated);
400 total_allocated - total_requested);
402 fragmentation(total_requested, total_allocated));
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 128 uptr total_allocated = a->TotalMemoryUsed(); local
130 last_total_allocated = total_allocated;
131 CHECK_EQ(last_total_allocated, total_allocated);
511 uptr total_allocated = a->TotalMemoryUsed(); local
513 CHECK_EQ(saved_total, total_allocated);
514 saved_total = total_allocated;

Completed in 162 milliseconds