Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmempool.cpp29 void MemPoolCtrler::FreeMemBlocks(const MemPool &pool, MemBlock *fixedMemHead, MemBlock *bigMemHead) in FreeMemBlocks() argument
42 while (bigMemHead != nullptr) { in FreeMemBlocks()
43 auto *cur = bigMemHead; in FreeMemBlocks()
44 bigMemHead = bigMemHead->nextMemBlock; in FreeMemBlocks()
141 ctrler.FreeMemBlocks(*this, fixedMemHead, bigMemHead); in ~MemPool()
158 ctrler.FreeMemBlocks(*this, fixedMemHead, bigMemHead); in ReleaseContainingMem()
161 bigMemHead = nullptr; in ReleaseContainingMem()
196 head = &bigMemHead; in AllocNewMemBlock()
262 } else if (bigMemHead !
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool.h122 void FreeMemBlocks(const MemPool &pool, MemBlock *fixedMemHead, MemBlock *bigMemHead);
219 MemBlock *bigMemHead = nullptr; member in maple::MemPool
287 // reuse mempool fixedMemHead, bigMemHead, (curPtr, endPtr for fixed memory)

Completed in 2 milliseconds