Home
last modified time | relevance | path

Searched defs:mspace (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Ddlmalloc_space.cc38 DlMallocSpace::DlMallocSpace(const std::string& name, MemMap* mem_map, void* mspace, byte* begin, in DlMallocSpace()
53 void* mspace = CreateMspace(mem_map->Begin(), starting_size, initial_size); in CreateFromMemMap() local
217 extern "C" void* art_heap_morecore(void* mspace, intptr_t increment) { in art_heap_morecore()