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

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr_mini.cpp 492 CFXMEM_Pool *pPool = &m_FirstPool;
494 CFXMEM_16BytesPages &pages = pPool->m_16BytesPages;
498 if (pp32Pool && pPool->m_32BytesPages.HasFreeBlock()) {
499 *pp32Pool = pPool;
501 pPool = pPool->m_pNextPool;
502 } while(pPool);
560 CFXMEM_Pool *pPool = m_FirstPool.m_pNextPool;
561 pNewPool->m_pNextPool = pPool;
562 if (pPool) {
    [all...]
mem_int.h 209 FX_LPVOID ReallocSmall(CFXMEM_Pool* pPool, FX_LPVOID p, size_t oldSize, size_t newSize);
210 void FreePool(CFXMEM_Pool* pPool);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h     [all...]

Completed in 2823 milliseconds