OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_allocated
(Results
1 - 5
of
5
) sorted by null
/external/v8/test/unittests/compiler/
zone-pool-unittest.cc
121
size_t
total_allocated
= 0;
local
131
total_allocated
+= bytes;
140
total_allocated
+= bytes;
145
total_allocated
);
147
total_allocated
);
152
total_allocated
);
153
ExpectForPool(outer_allocated, max_loop_allocation,
total_allocated
);
156
Expect(&outer_stats, 0, max_loop_allocation,
total_allocated
);
157
ExpectForPool(0, max_loop_allocation,
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/v8/test/cctest/heap/
test-alloc.cc
217
size_t
total_allocated
= 0;
local
220
while (
total_allocated
< 5 * code_range_size) {
240
total_allocated
+= static_cast<int>(allocated);
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
130
uptr
total_allocated
= a->TotalMemoryUsed();
local
132
last_total_allocated =
total_allocated
;
133
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
;
Completed in 838 milliseconds