Searched refs:AllocChunk (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_memory.h54 FX_LPSTATICSTORECHUNK AllocChunk(size_t size);
89 FX_LPFIXEDSTORECHUNK AllocChunk();
133 FX_LPDYNAMICSTORECHUNK AllocChunk(size_t size);
H A Dfx_memory.cpp46 FX_LPSTATICSTORECHUNK CFX_StaticStore::AllocChunk(size_t size) { function in class:CFX_StaticStore
64 return AllocChunk(std::max(m_iDefChunkSize, size));
100 FX_LPFIXEDSTORECHUNK CFX_FixedStore::AllocChunk() { function in class:CFX_FixedStore
127 pChunk = AllocChunk();
195 FX_LPDYNAMICSTORECHUNK CFX_DynamicStore::AllocChunk(size_t size) { function in class:CFX_DynamicStore
247 pChunk = AllocChunk(std::max(m_iDefChunkSize, size));
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c358 static void* AllocChunk(cmsIT8* it8, cmsUInt32Number size);
918 FileNest = it8 ->FileStack[it8 -> IncludeSP + 1] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX));
1075 void* AllocChunk(cmsIT8* it8, cmsUInt32Number size) function
1113 ptr = (char *) AllocChunk(it8, Size);
1179 p = (KEYVALUE*) AllocChunk(it8, sizeof(KEYVALUE));
1309 it8->FileStack[0] = (FILECTX*)AllocChunk(it8, sizeof(FILECTX));
1450 t -> DataFormat = (char**) AllocChunk (it8, ((cmsUInt32Number) t->nSamples + 1) * sizeof(char *));
1506 t-> Data = (char**)AllocChunk (it8, ((cmsUInt32Number) t->nSamples + 1) * ((cmsUInt32Number) t->nPatches + 1) *sizeof (char*));
2418 Props = (char **) AllocChunk(it8, sizeof(char *) * n);
2457 Props = (const char **) AllocChunk(it
[all...]

Completed in 107 milliseconds