Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.cpp43 void *mapMem = pool.GetMem(); in AllocateAlignedRegion() local
44 if (mapMem == nullptr) { // LOCV_EXCL_BR_LINE in AllocateAlignedRegion()
55 if (memset_s(mapMem, capacity, 0, capacity) != EOK) { // LOCV_EXCL_BR_LINE in AllocateAlignedRegion()
62 uintptr_t mem = ToUintPtr(mapMem); in AllocateAlignedRegion()

Completed in 1 milliseconds