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.cpp32 m_pFirstTrunk = NULL; in CFX_GrowOnlyPool()
45 _FX_GrowOnlyTrunk* pTrunk = (_FX_GrowOnlyTrunk*)m_pFirstTrunk; in FreeAll()
51 m_pFirstTrunk = NULL; in FreeAll()
56 _FX_GrowOnlyTrunk* pTrunk = (_FX_GrowOnlyTrunk*)m_pFirstTrunk; in Alloc()
69 pTrunk->m_pNext = (_FX_GrowOnlyTrunk*)m_pFirstTrunk; in Alloc()
70 m_pFirstTrunk = pTrunk; in Alloc()
/external/pdfium/core/include/fxcrt/
Dfx_memory.h116 void* m_pFirstTrunk; variable