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

  /external/pdfium/core/src/fxcrt/
mem_int.h 136 class CFXMEM_Page
156 CFXMEM_Page* m_pStartPage;
157 CFXMEM_Page* m_pLimitPos;
158 CFXMEM_Page* m_pCurPage;
178 CFXMEM_Page* m_pLargePage;
227 CFXMEM_Page* m_pFixedPage;
fx_basic_memmgr_mini.cpp 149 m_pFixedPage = (CFXMEM_Page*)((FX_LPBYTE)pBuffer + FIXEDMEM_PROXYSIZE_0);
177 void CFXMEM_Page::Initialize(size_t size)
180 m_nAvailSize = size - sizeof(CFXMEM_Page) - sizeof(CFXMEM_Block);
187 FX_LPVOID CFXMEM_Page::Alloc(CFXMEM_Block* pPrevBlock, CFXMEM_Block* pNextBlock, size_t size, size_t oldsize)
203 FX_LPVOID CFXMEM_Page::Alloc(size_t size)
228 FX_LPVOID CFXMEM_Page::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize)
295 void CFXMEM_Page::Free(FX_LPVOID p)
332 m_pStartPage = m_pCurPage = (CFXMEM_Page*)pStart;
335 ((CFXMEM_Page*)pStart)->Initialize(pageSize);
338 m_pLimitPos = (CFXMEM_Page*)pStart;
    [all...]

Completed in 43 milliseconds