OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:computed_usable_size
(Results
1 - 1
of
1
) sorted by null
/art/runtime/gc/space/
space_create_test.cc
324
size_t
computed_usable_size
;
local
325
EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &
computed_usable_size
));
326
EXPECT_EQ(usable_size,
computed_usable_size
);
344
size_t
computed_usable_size
;
local
345
EXPECT_EQ(allocation_size, space->AllocationSize(lots_of_objects[i], &
computed_usable_size
));
346
EXPECT_EQ(usable_size,
computed_usable_size
);
Completed in 54 milliseconds