Searched refs:pNewPool (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_memmgr_mini.cpp | 545 CFXMEM_Pool *pNewPool = NULL; in AllocSmall() local 548 if (!m_pExtender->More(m_pExtender, newSize, (void**)&pNewPool, &newSize)) { in AllocSmall() 558 …pNewPool->Initialize(&m_MemConfig, newSize, 0, m_MemConfig.nPageNum_More16, m_MemConfig.nPageNum_M… in AllocSmall() 559 pNewPool->m_pPrevPool = &m_FirstPool; in AllocSmall() 561 pNewPool->m_pNextPool = pPool; in AllocSmall() 563 pPool->m_pPrevPool = pNewPool; in AllocSmall() 565 m_FirstPool.m_pNextPool = pNewPool; in AllocSmall() 588 CFXMEM_Pool *pNewPool = NULL; in AllocMid() local 590 if (!m_pExtender->More(m_pExtender, newSize, (void**)&pNewPool, &newSize)) { in AllocMid() 597 pNewPool->Initialize(&m_MemConfig, newSize, 0, 0, 0, nMidPages); in AllocMid() [all …]
|