Searched refs:FIXEDMEM_PROXYSIZE_1 (Results 1 – 2 of 2) sorted by relevance
97 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()
214 #define FIXEDMEM_PROXYSIZE_1 (1024 * 1024 * 16) macro