HomeSort by relevance Sort by last modified time
    Searched refs:m_pFirstTrunk (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp 255 m_pFirstTrunk = NULL;
269 ASSERT(m_pFirstTrunk == NULL);
279 _FX_GrowOnlyTrunk* pTrunk = (_FX_GrowOnlyTrunk*)m_pFirstTrunk;
285 m_pFirstTrunk = NULL;
290 _FX_GrowOnlyTrunk* pTrunk = (_FX_GrowOnlyTrunk*)m_pFirstTrunk;
303 pTrunk->m_pNext = (_FX_GrowOnlyTrunk*)m_pFirstTrunk;
304 m_pFirstTrunk = pTrunk;
  /external/pdfium/core/include/fxcrt/
fx_memory.h 264 void* m_pFirstTrunk;

Completed in 1095 milliseconds