Searched refs:mPrevAlloc (Results 1 – 2 of 2) sorted by relevance
54 : mSize(size), mMem(mem), mPrevAlloc(prev) in mSize()95 Allocation *mPrevAlloc; // prior allocation in the chain variable
337 for (const Allocation *alloc = this; alloc != 0; alloc = alloc->mPrevAlloc) in checkAllocList()