Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr.cpp54 IFX_Allocator &ac = m_DefAllocator.m_Allocator; in Init()
60 m_DefAllocator.m_pFoxitMgr = this; in Init()
160 return &g_pDefFoxitMgr->m_DefAllocator.m_Allocator; in FXMEM_GetDefAllocator()
256 m_pAllocator = pAllocator ? pAllocator : &g_pDefFoxitMgr->m_DefAllocator.m_Allocator; in CFX_GrowOnlyPool()
270 m_pAllocator = pAllocator ? pAllocator : &g_pDefFoxitMgr->m_DefAllocator.m_Allocator; in SetAllocator()
Dmem_int.h16 FX_DefAllocator m_DefAllocator; member