/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 | 61 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/lcms/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() 284 NewMlu ->MemPool = NULL; in cmsMLUdup() 288 NewMlu ->MemPool = _cmsMalloc(mlu ->ContextID, mlu ->PoolUsed); in cmsMLUdup() 289 if (NewMlu ->MemPool == NULL) goto Error; in cmsMLUdup() 294 if (NewMlu ->MemPool == NULL || mlu ->MemPool == NULL) goto Error; in cmsMLUdup() 296 memmove(NewMlu ->MemPool, mlu->MemPool, mlu ->PoolUsed); in cmsMLUdup() 313 if (mlu -> MemPool) _cmsFree(mlu ->ContextID, mlu->MemPool); in cmsMLUfree() 351 … return (wchar_t*) ((cmsUInt8Number*) mlu ->MemPool + v -> StrW); // Found exact match in _cmsMLUgetWide() [all …]
|
D | cmsplugin.c | 526 if (ctx ->MemPool == NULL) { in _cmsPluginMalloc() 530 ctx->MemPool = _cmsCreateSubAlloc(0, 2*1024); in _cmsPluginMalloc() 531 if (ctx->MemPool == NULL) return NULL; in _cmsPluginMalloc() 539 return _cmsSubAlloc(ctx->MemPool, size); in _cmsPluginMalloc() 821 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); // default size about 22 pointers in cmsCreateContext() 822 if (ctx ->MemPool == NULL) { in cmsCreateContext() 881 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); in cmsDupContext() 882 if (ctx ->MemPool == NULL) { in cmsDupContext() 956 if (ctx -> MemPool != NULL) in cmsDeleteContext() 957 _cmsSubAllocDestroy(ctx ->MemPool); in cmsDeleteContext() [all …]
|
D | cmserr.c | 132 …ctx ->chunks[MemPlugin] = _cmsSubAllocDup(ctx ->MemPool, src ->chunks[MemPlugin], sizeof(_cmsMemPl… in _cmsAllocMemPluginChunk() 330 ctx ->chunks[Logger] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsLogErrorChunkType)); in _cmsAllocLogErrorChunk() 451 …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() 625 …ollection *newEntry = ( _cmsTransformCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupPluginTransformList() 641 …ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPlugin… in DupPluginTransformList() 655 …ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TransformPluginChunkType, sizeof(_… in _cmsAllocTransformPluginChunk()
|
D | lcms2_internal.h | 499 _cmsSubAllocator* MemPool; // The memory pool that stores context data member 732 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 | 1509 mlu ->MemPool = Block; in Type_MLU_Read() 1556 …if (!_cmsWriteWCharArray(io, mlu ->PoolUsed / sizeof(wchar_t), (wchar_t*) mlu ->MemPool)) return … in Type_MLU_Write() 5352 …eLinkedList *newEntry = ( _cmsTagTypeLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupTagTypeList() 5368 ctx ->chunks[loc] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagTypePluginChunkType)); in DupTagTypeList() 5382 …ctx ->chunks[TagTypePlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTy… in _cmsAllocTagTypePluginChunk() 5396 …ctx ->chunks[MPEPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTypePl… in _cmsAllocMPETypePluginChunk() 5554 …_cmsTagLinkedList *newEntry = ( _cmsTagLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(… in DupTagList() 5570 … ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType)); in DupTagList() 5582 …ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagPluginChunk, sizeof(_cmsTagPluginChun… in _cmsAllocTagPluginChunk()
|
D | cmsopt.c | 1863 …ection *newEntry = ( _cmsOptimizationCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupPluginOptimizationList() 1879 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsOptimization… in DupPluginOptimizationList() 1892 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx ->MemPool, &OptimizationPluginChunkType, si… in _cmsAllocOptimizationPluginChunk()
|
D | cmspack.c | 3228 …toryList *newEntry = ( cmsFormattersFactoryList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(cm… in DupFormatterFactoryList() 3244 …ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsFormattersPlug… in DupFormatterFactoryList() 3260 …ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx ->MemPool, &FormattersPluginChunk, sizeof(_cm… in _cmsAllocFormattersPluginChunk()
|
/external/tinyxml2/ |
D | tinyxml2.h | 329 class MemPool 332 MemPool() {} in MemPool() function 333 virtual ~MemPool() {} in ~MemPool() 346 class MemPoolT : public MemPool 962 MemPool* _memPool; 1250 MemPool* _memPool;
|
D | tinyxml2.cpp | 1134 MemPool* pool = node->_memPool; in DeleteNode() 1949 MemPool* pool = attribute->_memPool; in DeleteAttribute()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.hpp | 217 de::MemPool m_memPool;
|
/external/pdfium/third_party/lcms/ |
D | 0000-cmserr-changes.patch | 172 - ctx ->chunks[MemPlugin] = _cmsSubAllocDup(ctx ->MemPool, src ->chunks[MemPlugin], sizeof(_… 173 + ctx ->chunks[MemPlugin] = _cmsSubAllocDup(ctx ->MemPool, src ->chunks[MemPlugin], sizeof(_…
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 405 de::MemPool programPool; in buildPrograms() 410 de::MemPool tmpPool; in buildPrograms()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 366 AllocatorTy MemPool; member
|
D | RDFGraph.cpp | 314 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock() 359 MemPool.Reset(); in clear()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 409 AllocatorTy MemPool; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 409 AllocatorTy MemPool; member
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFGraph.cpp | 345 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock() 390 MemPool.Reset(); in clear()
|