Home
last modified time | relevance | path

Searched refs:remainderMem (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.h110 auto remainderMem = reinterpret_cast<uintptr_t>(memMap.GetMem()) + REGULAR_MMAP_SIZE; in SplitMemFromCache() local
114 memMapCache_.emplace_back(reinterpret_cast<void *>(remainderMem), REGULAR_MMAP_SIZE); in SplitMemFromCache()
115 remainderMem = remainderMem + REGULAR_MMAP_SIZE; in SplitMemFromCache()

Completed in 1 milliseconds