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.cpp29 m_pFirstTrunk = NULL; in CFX_GrowOnlyPool()
40 _FX_GrowOnlyTrunk* pTrunk = (_FX_GrowOnlyTrunk*)m_pFirstTrunk; in FreeAll()
46 m_pFirstTrunk = NULL; in FreeAll()
50 _FX_GrowOnlyTrunk* pTrunk = (_FX_GrowOnlyTrunk*)m_pFirstTrunk; in Alloc()
64 pTrunk->m_pNext = (_FX_GrowOnlyTrunk*)m_pFirstTrunk; in Alloc()
65 m_pFirstTrunk = pTrunk; in Alloc()
/external/pdfium/core/include/fxcrt/
Dfx_memory.h106 void* m_pFirstTrunk; variable