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

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr_mini.cpp 149 m_pFixedPage = (CFXMEM_Page*)((FX_LPBYTE)pBuffer + FIXEDMEM_PROXYSIZE_0);
150 m_pFixedPage->Initialize(nSize - FIXEDMEM_PROXYSIZE_0);
159 FXSYS_assert(pProxyMgr != NULL && pProxyMgr->m_pFixedPage != NULL);
161 *new_memory = pProxyMgr->m_pFixedPage->Alloc(alloc_size);
170 FXSYS_assert(pProxyMgr != NULL && pProxyMgr->m_pFixedPage != NULL);
172 pProxyMgr->m_pFixedPage->Free(memory);
mem_int.h 227 CFXMEM_Page* m_pFixedPage;

Completed in 64 milliseconds