Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmempool.cpp213 uint8_t **curPtrPtr = nullptr; in Malloc() local
216 curPtrPtr = &curPtr; in Malloc()
219 curPtrPtr = &bigCurPtr; in Malloc()
222 uint8_t *retPtr = *curPtrPtr; in Malloc()
223 DEBUG_ASSERT(curEndPtr >= *curPtrPtr, "endPtr should >= curPtr"); in Malloc()
224 if (size > static_cast<size_t>(curEndPtr - *curPtrPtr)) { in Malloc()
227 *curPtrPtr = retPtr + size; in Malloc()

Completed in 1 milliseconds