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

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr_mini.cpp 130 if (nSize <= FIXEDMEM_PROXYSIZE_0) {
149 m_pFixedPage = (CFXMEM_Page*)((FX_LPBYTE)pBuffer + FIXEDMEM_PROXYSIZE_0);
150 m_pFixedPage->Initialize(nSize - FIXEDMEM_PROXYSIZE_0);
154 return FXMEM_CreateFixedMgr(pBuffer, FIXEDMEM_PROXYSIZE_0, &m_SystemMgr);
mem_int.h 213 #define FIXEDMEM_PROXYSIZE_0 (1024 * 1024 * 8)

Completed in 175 milliseconds