OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateMemMap
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/space/
malloc_space.h
155
static MemMap*
CreateMemMap
(const std::string& name, size_t starting_size, size_t* initial_size,
malloc_space.cc
68
MemMap* MallocSpace::
CreateMemMap
(const std::string& name, size_t starting_size, size_t* initial_size,
dlmalloc_space.cc
93
MemMap* mem_map =
CreateMemMap
(name, starting_size, &initial_size, &growth_limit, &capacity,
rosalloc_space.cc
115
MemMap* mem_map =
CreateMemMap
(name, starting_size, &initial_size, &growth_limit, &capacity,
Completed in 224 milliseconds