OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_allocations
(Results
1 - 3
of
3
) sorted by null
/art/compiler/utils/
arena_allocator.cc
99
size_t
num_allocations
= NumAllocations();
local
100
if (
num_allocations
!= 0) {
102
<<
num_allocations
<< ", avg size: " << bytes_allocated /
num_allocations
<< "\n";
local
/art/runtime/gc/space/
large_object_space_test.cc
44
static const size_t
num_allocations
= 64;
local
49
while (requests.size() <
num_allocations
) {
/external/libpng/
pngtest.c
491
static int
num_allocations
= 0;
variable
519
num_allocations
++;
[
all
...]
Completed in 1491 milliseconds