Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr_mini.cpp391 m_16BytesPages.Initialize(pPage, pageNum16Bytes); in Initialize()
413 if (!m_16BytesPages.IsEmpty()) { in IsEmpty()
430 if (p < (FX_LPVOID)m_16BytesPages.m_pLimitPos) { in GetSize()
456 } else if (p < (FX_LPVOID)m_16BytesPages.m_pLimitPos) { in Free()
457 m_16BytesPages.Free(p); in Free()
494 CFXMEM_16BytesPages &pages = pPool->m_16BytesPages; in Alloc16()
Dmem_int.h172 CFXMEM_16BytesPages m_16BytesPages; variable