Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.h69 MemMap SplitMemFromCache(MemMap memMap) in SplitMemFromCache()
82 void InsertMemMap(MemMap memMap) in InsertMemMap()
101 void Initialize(MemMap memMap) in Initialize()
166 MemMap memMap = iterate->second; in GetMemFromList() local
177 void AddMemToList(MemMap memMap) in AddMemToList()
214 MemMap memMap = PageMap(hugeObjectCapacity, PAGE_PROT_NONE, alignment); in Initialize() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dmem_map_allocator_test.cpp59 MemMap memMap = PageMap(HUGE_OBJECT_CAPACITY, PAGE_PROT_NONE, DEFAULT_REGION_SIZE); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp55 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp70 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local