Searched defs:total_allocated (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h40 unsigned int total_allocated; member in struct:memory_pool
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h40 unsigned int total_allocated; member in struct:memory_pool
/external/chromium_org/v8/test/cctest/
H A Dtest-alloc.cc203 size_t total_allocated = 0; local
206 while (total_allocated < 5 * code_range_size) {
223 total_allocated += static_cast<int>(allocated);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc127 uptr total_allocated = a->TotalMemoryUsed(); local
129 last_total_allocated = total_allocated;
130 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;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kmem.c54 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));

Completed in 2734 milliseconds