Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr.cpp255 m_pFirstTrunk = NULL; in CFX_GrowOnlyPool()
269 ASSERT(m_pFirstTrunk == NULL); in SetAllocator()
279 _FX_GrowOnlyTrunk* pTrunk = (_FX_GrowOnlyTrunk*)m_pFirstTrunk; in FreeAll()
285 m_pFirstTrunk = NULL; in FreeAll()
290 _FX_GrowOnlyTrunk* pTrunk = (_FX_GrowOnlyTrunk*)m_pFirstTrunk; in Alloc()
303 pTrunk->m_pNext = (_FX_GrowOnlyTrunk*)m_pFirstTrunk; in Alloc()
304 m_pFirstTrunk = pTrunk; in Alloc()
/external/pdfium/core/include/fxcrt/
Dfx_memory.h264 void* m_pFirstTrunk; variable