OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_allocated
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/v8/test/cctest/
test-alloc.cc
194
int
total_allocated
= 0;
local
197
while (
total_allocated
< 5 * code_range_size) {
214
total_allocated
+= static_cast<int>(allocated);
/external/v8/test/cctest/
test-alloc.cc
211
int
total_allocated
= 0;
local
214
while (
total_allocated
< 5 * code_range_size) {
229
total_allocated
+= static_cast<int>(allocated);
/external/linux-tools-perf/
builtin-kmem.c
60
static unsigned long total_requested,
total_allocated
;
variable
219
total_allocated
+= bytes_alloc;
409
printf("Total bytes allocated: %lu\n",
total_allocated
);
411
total_allocated
- total_requested);
413
fragmentation(total_requested,
total_allocated
));
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
126
uptr
total_allocated
= a->TotalMemoryUsed();
local
128
last_total_allocated =
total_allocated
;
129
CHECK_EQ(last_total_allocated,
total_allocated
);
500
uptr
total_allocated
= a->TotalMemoryUsed();
local
502
CHECK_EQ(saved_total,
total_allocated
);
503
saved_total =
total_allocated
;
Completed in 552 milliseconds