Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dan_file_info.cpp108 void* newBuff = nullptr; in Load() local
109 if (posix_memalign(&newBuff, sysconf(_SC_PAGESIZE), buffSize) != 0) { in Load()
114 reinterpret_cast<char*>(newBuff)); in Load()
115 fileMapMem_ = MemMap(newBuff, buffSize); in Load()

Completed in 1 milliseconds