Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmempool.cpp214 uint8_t *curEndPtr = nullptr; in Malloc() local
217 curEndPtr = endPtr; in Malloc()
220 curEndPtr = bigEndPtr; in Malloc()
223 DEBUG_ASSERT(curEndPtr >= *curPtrPtr, "endPtr should >= curPtr"); in Malloc()
224 if (size > static_cast<size_t>(curEndPtr - *curPtrPtr)) { in Malloc()

Completed in 1 milliseconds