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

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr_mini.cpp 81 CFixedMgr_Proxy* pProxy = (CFixedMgr_Proxy*)pMemory;
82 size_t offsetSize = (sizeof(CFixedMgr_Proxy) + 15) / 16 * 16;
98 CFixedMgr_Proxy* pProxy = (CFixedMgr_Proxy*)pMemory;
99 size_t offsetSize = (sizeof(CFixedMgr_Proxy) + 15) / 16 * 16;
143 FXMEM_FoxitMgr* CFixedMgr_Proxy::Initialize(FX_LPVOID pBuffer, size_t nSize, FX_BOOL bExtensible)
145 FXSYS_assert(pBuffer != NULL && nSize >= FIXEDMEM_PROXYSIZE_1 - sizeof(CFixedMgr_Proxy));
147 m_SystemMgr.More = &CFixedMgr_Proxy::Common_More;
148 m_SystemMgr.Free = &CFixedMgr_Proxy::Common_Free;
    [all...]
mem_int.h 220 class CFixedMgr_Proxy

Completed in 55 milliseconds