Home
last modified time | relevance | path

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

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