Searched defs:memMap (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem_map_allocator.h | 107 MemMap SplitMemFromCache(MemMap memMap) in SplitMemFromCache() 120 void SplitMemMapToCache(MemMap memMap) in SplitMemMapToCache() 131 void InsertMemMap(MemMap memMap) in InsertMemMap() 151 void Initialize(MemMap memMap, size_t capacity) in Initialize() 217 MemMap memMap = iterate->second; in GetMemFromList() local 228 void AddMemToList(MemMap memMap) in AddMemToList()
|
| D | mem_map_allocator.cpp | 34 MemMap memMap = PageMap(initialRegularObjectCapacity, PAGE_PROT_NONE, alignment, addr); in InitializeRegularRegionMap() local 58 MemMap memMap = PageMap(initialHugeObjectCapacity, PAGE_PROT_NONE, alignment, addr); in InitializeHugeRegionMap() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | mem_map_allocator_test.cpp | 35 MemMap memMap = PageMap(HUGE_OBJECT_CAPACITY, PAGE_PROT_NONE, DEFAULT_REGION_SIZE); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | map.cpp | 54 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | map.cpp | 70 MemMap memMap = PageMap(size, prot, alignment); in MachineCodePageMap() local
|