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

  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr_mini.cpp 381 void CFXMEM_Pool::Initialize(const FX_MEMCONFIG* pMemConfig, size_t size, size_t pageNum8Bytes, size_t pageNum16Bytes, size_t pageNum32Bytes, size_t pageNumMid)
386 FX_LPBYTE pPage = (FX_LPBYTE)this + sizeof(CFXMEM_Pool);
387 size -= sizeof(CFXMEM_Pool);
408 FX_BOOL CFXMEM_Pool::IsEmpty() const
424 size_t CFXMEM_Pool::GetSize(FX_LPVOID p) const
438 FX_LPVOID CFXMEM_Pool::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize)
450 void CFXMEM_Pool::Free(FX_LPVOID p)
490 FX_LPVOID CFXMEM_FixedMgr::Alloc16(CFXMEM_Pool **pp32Pool, size_t size)
492 CFXMEM_Pool *pPool = &m_FirstPool;
513 CFXMEM_Pool *p32BytesPool;
    [all...]
mem_int.h 166 class CFXMEM_Pool
169 CFXMEM_Pool* m_pPrevPool;
170 CFXMEM_Pool* m_pNextPool;
194 CFXMEM_Pool* GetFirstPool()
204 FX_LPVOID Alloc16(CFXMEM_Pool **pp32Pool = NULL, size_t size = 0);
209 FX_LPVOID ReallocSmall(CFXMEM_Pool* pPool, FX_LPVOID p, size_t oldSize, size_t newSize);
210 void FreePool(CFXMEM_Pool* pPool);
211 CFXMEM_Pool m_FirstPool;

Completed in 219 milliseconds