OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:starting_size
(Results
1 - 1
of
1
) sorted by null
/art/runtime/gc/space/
dlmalloc_space.cc
155
size_t
starting_size
= kPageSize;
local
167
if (
starting_size
> initial_size) {
168
initial_size =
starting_size
;
195
void* mspace = CreateMallocSpace(mem_map->Begin(),
starting_size
, initial_size);
202
byte* end = mem_map->Begin() +
starting_size
;
293
const size_t
starting_size
= kPageSize;
local
312
void* mspace = CreateMallocSpace(end_,
starting_size
, initial_size);
314
byte* end = mem_map->Begin() +
starting_size
;
Completed in 40 milliseconds