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

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr_mini.cpp 109 p->Init(&pHeader->m_SystemMgr);
147 m_SystemMgr.More = &CFixedMgr_Proxy::Common_More;
148 m_SystemMgr.Free = &CFixedMgr_Proxy::Common_Free;
154 return FXMEM_CreateFixedMgr(pBuffer, FIXEDMEM_PROXYSIZE_0, &m_SystemMgr);
471 FXSYS_memset32(&m_SystemMgr, 0, sizeof m_SystemMgr);
472 m_SystemMgr.Alloc = FixedAlloc;
473 m_SystemMgr.AllocDebug = FixedAllocDebug;
474 m_SystemMgr.Free = FixedFree;
475 m_SystemMgr.Realloc = FixedRealloc;
    [all...]
mem_int.h 199 FXMEM_SystemMgr m_SystemMgr;
226 FXMEM_SystemMgr2 m_SystemMgr;

Completed in 703 milliseconds