Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr_mini.cpp513 CFXMEM_Pool *p32BytesPool; in Alloc32() local
515 p32BytesPool = NULL; in Alloc32()
516 FX_LPVOID p = Alloc16(&p32BytesPool, size); in Alloc32()
521 p32BytesPool = &m_FirstPool; in Alloc32()
523 while (p32BytesPool) { in Alloc32()
524 CFXMEM_32BytesPages &pages = p32BytesPool->m_32BytesPages; in Alloc32()
528 p32BytesPool = p32BytesPool->m_pNextPool; in Alloc32()