Home
last modified time | relevance | path

Searched refs:mPrevAlloc (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/common/
DPoolAlloc.h54 : mSize(size), mMem(mem), mPrevAlloc(prev) in mSize()
95 Allocation *mPrevAlloc; // prior allocation in the chain variable
DPoolAlloc.cpp337 for (const Allocation *alloc = this; alloc != 0; alloc = alloc->mPrevAlloc) in checkAllocList()