/external/deqp/framework/delibs/decpp/ |
D | deMemPool.hpp | 37 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 …]
|
D | dePoolString.hpp | 45 explicit PoolString (MemPool* pool); 46 PoolString (MemPool* pool, const PoolString& other); 73 inline PoolString::PoolString (MemPool* pool) in PoolString()
|
D | dePoolArray.cpp | 34 MemPool pool; in intArrayTest() 108 MemPool pool; in alignedIntArrayTest() 240 MemPool pool; in sideEffectTest() 272 MemPool pool; in iteratorTest()
|
D | deMemPool.cpp | 32 char* copyToPool (de::MemPool* pool, const char* string) in copyToPool()
|
D | dePoolArray.hpp | 58 explicit PoolArray (MemPool* pool); 59 PoolArray (MemPool* pool, const PoolArray<T, Alignment>& other); 96 MemPool* m_pool; 217 PoolArray<T, Alignment>::PoolArray (MemPool* pool) in PoolArray()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsnamed.c | 80 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 …]
|
D | cmsplugin.c | 523 if (ctx ->MemPool == NULL) { in _cmsPluginMalloc() 527 ctx->MemPool = _cmsCreateSubAlloc(0, 2*1024); in _cmsPluginMalloc() 535 return _cmsSubAlloc(ctx->MemPool, size); in _cmsPluginMalloc() 787 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); // default size about 32 pointers in cmsCreateContext() 788 if (ctx ->MemPool == NULL) { in cmsCreateContext() 847 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); in cmsDupContext() 848 if (ctx ->MemPool == NULL) { in cmsDupContext() 921 if (ctx -> MemPool != NULL) in cmsDeleteContext() 922 _cmsSubAllocDestroy(ctx ->MemPool); in cmsDeleteContext() 923 ctx -> MemPool = NULL; in cmsDeleteContext()
|
D | cmserr.c | 185 …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()
|
D | cmsxform.c | 51 …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()
|
D | lcms2_internal.h | 434 _cmsSubAllocator* MemPool; // The memory pool that stores context data member 667 void* MemPool; // Pointer to begin of memory pool member
|
D | cmscnvrt.c | 128 …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()
|
D | cmsgamma.c | 86 …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()
|
D | cmstypes.c | 1488 mlu ->MemPool = Block; in Type_MLU_Read() 1535 …if (!_cmsWriteWCharArray(io, mlu ->PoolUsed / sizeof(wchar_t), (wchar_t*) mlu ->MemPool)) return … in Type_MLU_Write() 5285 …eLinkedList *newEntry = ( _cmsTagTypeLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupTagTypeList() 5301 ctx ->chunks[loc] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagTypePluginChunkType)); in DupTagTypeList() 5315 …ctx ->chunks[TagTypePlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTy… in _cmsAllocTagTypePluginChunk() 5329 …ctx ->chunks[MPEPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTypePl… in _cmsAllocMPETypePluginChunk() 5486 …_cmsTagLinkedList *newEntry = ( _cmsTagLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(… in DupTagList() 5502 … ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType)); in DupTagList() 5514 …ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagPluginChunk, sizeof(_cmsTagPluginChun… in _cmsAllocTagPluginChunk()
|
D | cmsopt.c | 1666 …ection *newEntry = ( _cmsOptimizationCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupPluginOptimizationList() 1682 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsOptimization… in DupPluginOptimizationList() 1695 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx ->MemPool, &OptimizationPluginChunkType, si… in _cmsAllocOptimizationPluginChunk()
|
D | cmspack.c | 3246 …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()
|
D | cmsintrp.c | 55 …ctx ->chunks[InterpPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsInterpPluginChunkType… in _cmsAllocInterpPluginChunk()
|
/external/tinyxml2/ |
D | tinyxml2.h | 231 class MemPool 234 MemPool() {} in MemPool() function 235 virtual ~MemPool() {} in ~MemPool() 247 class MemPoolT : public MemPool 603 MemPool* memPool; 832 MemPool* memPool;
|
D | tinyxml2.cpp | 51 MemPool* pool = node->memPool; \ 58 MemPool* pool = attrib->memPool; \
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.hpp | 219 de::MemPool m_memPool;
|