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

  /external/pdfium/core/src/fxcrt/
mem_int.h 214 #define FIXEDMEM_PROXYSIZE_1 (1024 * 1024 * 16)
fx_basic_memmgr_mini.cpp 97 if (!pSystemMgr && size >= FIXEDMEM_PROXYSIZE_1) {
132 } else if (nSize <= FIXEDMEM_PROXYSIZE_1) {
145 FXSYS_assert(pBuffer != NULL && nSize >= FIXEDMEM_PROXYSIZE_1 - sizeof(CFixedMgr_Proxy));

Completed in 560 milliseconds