Home
last modified time | relevance | path

Searched refs:MemPool (Results 1 – 22 of 22) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp37 class MemPool class
40 MemPool (const deMemPoolUtil* util = DE_NULL, deUint32 flags = 0u);
41 MemPool (MemPool* parent);
42 ~MemPool (void);
55 MemPool (const MemPool& other); // Not allowed!
56 MemPool& operator= (const MemPool& other); // Not allowed!
63 char* copyToPool (de::MemPool* pool, const char* string);
67 inline MemPool::MemPool (const deMemPoolUtil* util, deUint32 flags) in MemPool() function in de::MemPool
74 inline MemPool::MemPool (MemPool* parent) in MemPool() function in de::MemPool
81 inline MemPool::~MemPool (void) in ~MemPool()
[all …]
DdePoolString.hpp45 explicit PoolString (MemPool* pool);
46 PoolString (MemPool* pool, const PoolString& other);
73 inline PoolString::PoolString (MemPool* pool) in PoolString()
DdePoolArray.cpp34 MemPool pool; in intArrayTest()
108 MemPool pool; in alignedIntArrayTest()
240 MemPool pool; in sideEffectTest()
272 MemPool pool; in iteratorTest()
DdeMemPool.cpp32 char* copyToPool (de::MemPool* pool, const char* string) in copyToPool()
DdePoolArray.hpp61 explicit PoolArray (MemPool* pool);
62 PoolArray (MemPool* pool, const PoolArray<T, Alignment>& other);
105 MemPool* m_pool;
226 PoolArray<T, Alignment>::PoolArray (MemPool* pool) in PoolArray()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsnamed.c80 NewPtr = _cmsRealloc(mlu ->ContextID, mlu ->MemPool, size); in GrowMLUpool()
84 mlu ->MemPool = NewPtr; in GrowMLUpool()
165 Ptr = (cmsUInt8Number*) mlu ->MemPool; in AddMLUBlock()
257 NewMlu ->MemPool = NULL; in cmsMLUdup()
261 NewMlu ->MemPool = _cmsMalloc(mlu ->ContextID, mlu ->PoolUsed); in cmsMLUdup()
262 if (NewMlu ->MemPool == NULL) goto Error; in cmsMLUdup()
267 if (NewMlu ->MemPool == NULL || mlu ->MemPool == NULL) goto Error; in cmsMLUdup()
269 memmove(NewMlu ->MemPool, mlu->MemPool, mlu ->PoolUsed); in cmsMLUdup()
286 if (mlu -> MemPool) _cmsFree(mlu ->ContextID, mlu->MemPool); in cmsMLUfree()
324 … return (wchar_t*) ((cmsUInt8Number*) mlu ->MemPool + v -> StrW); // Found exact match in _cmsMLUgetWide()
[all …]
Dcmsplugin.c527 if (ctx ->MemPool == NULL) { in _cmsPluginMalloc()
531 ctx->MemPool = _cmsCreateSubAlloc(0, 2*1024); in _cmsPluginMalloc()
539 return _cmsSubAlloc(ctx->MemPool, size); in _cmsPluginMalloc()
791 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); // default size about 32 pointers in cmsCreateContext()
792 if (ctx ->MemPool == NULL) { in cmsCreateContext()
851 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); in cmsDupContext()
852 if (ctx ->MemPool == NULL) { in cmsDupContext()
925 if (ctx -> MemPool != NULL) in cmsDeleteContext()
926 _cmsSubAllocDestroy(ctx ->MemPool); in cmsDeleteContext()
927 ctx -> MemPool = NULL; in cmsDeleteContext()
Dcmserr.c185 …ctx ->chunks[MemPlugin] = _cmsSubAllocDup(ctx ->MemPool, src ->chunks[MemPlugin], sizeof(_cmsMemPl…
317 …ctx ->chunks[MemPlugin] = _cmsSubAllocDup(ctx ->MemPool, src ->chunks[MemPlugin], sizeof(_cmsMemPl… in _cmsAllocMemPluginChunk()
516 ctx ->chunks[Logger] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsLogErrorChunkType)); in _cmsAllocLogErrorChunk()
637 …ctx ->chunks[MutexPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsMutexPluginChunkType)); in _cmsAllocMutexPluginChunk()
Dcmsxform.c51 …ctx ->chunks[AdaptationStateContext] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsAdaptationS… in _cmsAllocAdaptationStateChunk()
141 …ctx ->chunks[AlarmCodesContext] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsAlarmCodesChunkT… in _cmsAllocAlarmCodesChunk()
487 …ollection *newEntry = ( _cmsTransformCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupPluginTransformList()
503 …ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPlugin… in DupPluginTransformList()
516 …ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TransformPluginChunkType, sizeof(_… in _cmsAllocTransformPluginChunk()
Dcmscnvrt.c128 …cmsIntentsList *newEntry = ( cmsIntentsList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(cmsInt… in DupPluginIntentsList()
144 …ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsIntentsPluginChunk… in DupPluginIntentsList()
157 …ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx ->MemPool, &IntentsPluginChunkType, sizeof(_cmsIn… in _cmsAllocIntentsPluginChunk()
Dlcms2_internal.h434 _cmsSubAllocator* MemPool; // The memory pool that stores context data member
667 void* MemPool; // Pointer to begin of memory pool member
Dcmsgamma.c86 …on *newEntry = ( _cmsParametricCurvesCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupPluginCurvesList()
102 …ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsCurvesPluginChunkT… in DupPluginCurvesList()
118 …ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx ->MemPool, &CurvesPluginChunk, sizeof(_cmsCurvesP… in _cmsAllocCurvesPluginChunk()
Dcmstypes.c1491 mlu ->MemPool = Block; in Type_MLU_Read()
1538 …if (!_cmsWriteWCharArray(io, mlu ->PoolUsed / sizeof(wchar_t), (wchar_t*) mlu ->MemPool)) return … in Type_MLU_Write()
5324 …eLinkedList *newEntry = ( _cmsTagTypeLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupTagTypeList()
5340 ctx ->chunks[loc] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagTypePluginChunkType)); in DupTagTypeList()
5354 …ctx ->chunks[TagTypePlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTy… in _cmsAllocTagTypePluginChunk()
5368 …ctx ->chunks[MPEPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTypePl… in _cmsAllocMPETypePluginChunk()
5525 …_cmsTagLinkedList *newEntry = ( _cmsTagLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(… in DupTagList()
5541 … ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType)); in DupTagList()
5553 …ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagPluginChunk, sizeof(_cmsTagPluginChun… in _cmsAllocTagPluginChunk()
Dcmsopt.c1682 …ection *newEntry = ( _cmsOptimizationCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupPluginOptimizationList()
1698 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsOptimization… in DupPluginOptimizationList()
1711 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx ->MemPool, &OptimizationPluginChunkType, si… in _cmsAllocOptimizationPluginChunk()
Dcmspack.c3246 …toryList *newEntry = ( cmsFormattersFactoryList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(cm… in DupFormatterFactoryList()
3262 …ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsFormattersPlug… in DupFormatterFactoryList()
3278 …ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx ->MemPool, &FormattersPluginChunk, sizeof(_cm… in _cmsAllocFormattersPluginChunk()
Dcmsintrp.c55 …ctx ->chunks[InterpPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsInterpPluginChunkType… in _cmsAllocInterpPluginChunk()
/external/tinyxml2/
Dtinyxml2.h231 class MemPool
234 MemPool() {} in MemPool() function
235 virtual ~MemPool() {} in ~MemPool()
247 class MemPoolT : public MemPool
603 MemPool* memPool;
832 MemPool* memPool;
Dtinyxml2.cpp51 MemPool* pool = node->memPool; \
58 MemPool* pool = attrib->memPool; \
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp370 de::MemPool programPool; in buildPrograms()
374 de::MemPool tmpPool; in buildPrograms()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp217 de::MemPool m_memPool;
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h366 AllocatorTy MemPool; member
DRDFGraph.cpp314 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock()
359 MemPool.Reset(); in clear()