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

  /external/pdfium/xfa/src/fgas/src/crt/
fx_memory.h 12 class CFX_DynamicStore;
118 class CFX_DynamicStore : public IFX_MEMAllocator, public CFX_Target {
120 CFX_DynamicStore(size_t iDefChunkSize = 4096);
121 virtual ~CFX_DynamicStore();
fx_memory.cpp 18 return new CFX_DynamicStore(chunkSize);
182 CFX_DynamicStore::CFX_DynamicStore(size_t iDefChunkSize)
186 CFX_DynamicStore::~CFX_DynamicStore() {
195 FX_LPDYNAMICSTORECHUNK CFX_DynamicStore::AllocChunk(size_t size) {
224 void* CFX_DynamicStore::Alloc(size_t size) {
265 void CFX_DynamicStore::Free(void* pBlock) {
318 size_t CFX_DynamicStore::SetDefChunkSize(size_t size) {

Completed in 239 milliseconds