Home
last modified time | relevance | path

Searched refs:FIXEDMEM_PROXYSIZE_1 (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr_mini.cpp97 if (!pSystemMgr && size >= FIXEDMEM_PROXYSIZE_1) { in FXMEM_CreateFixedMgr()
132 } else if (nSize <= FIXEDMEM_PROXYSIZE_1) { in FixedMgr_GetConfig()
145 FXSYS_assert(pBuffer != NULL && nSize >= FIXEDMEM_PROXYSIZE_1 - sizeof(CFixedMgr_Proxy)); in Initialize()
Dmem_int.h214 #define FIXEDMEM_PROXYSIZE_1 (1024 * 1024 * 16) macro