Searched refs:fixedStackTopMark (Results 1 – 3 of 3) sorted by relevance
241 MemBlock *fixedStackTopMark, uint8_t *bigCurPtrMark, in ResetStackTop() argument247 if (fixedStackTopMark != nullptr) { in ResetStackTop()248 fixedMemStackTop = fixedStackTopMark; in ResetStackTop()
76 fixedStackTopMark(m.fixedMemStackTop), in LocalMapleAllocator()85 …cast<StackMemPool *>(memPool)->ResetStackTop(this, fixedCurPtrMark, fixedStackTopMark, bigCurPtrMa… in ~LocalMapleAllocator()104 MemBlock *const fixedStackTopMark; variable
292 …etStackTop(const LocalMapleAllocator *alloc, uint8_t *fixedCurPtrMark, MemBlock *fixedStackTopMark,