/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() 283 NewMlu ->MemPool = NULL; in cmsMLUdup() 287 NewMlu ->MemPool = _cmsMalloc(mlu ->ContextID, mlu ->PoolUsed); in cmsMLUdup() 288 if (NewMlu ->MemPool == NULL) goto Error; in cmsMLUdup() 293 if (NewMlu ->MemPool == NULL || mlu ->MemPool == NULL) goto Error; in cmsMLUdup() 295 memmove(NewMlu ->MemPool, mlu->MemPool, mlu ->PoolUsed); in cmsMLUdup() 312 if (mlu -> MemPool) _cmsFree(mlu ->ContextID, mlu->MemPool); in cmsMLUfree() 350 … return (wchar_t*) ((cmsUInt8Number*) mlu ->MemPool + v -> StrW); // Found exact match in _cmsMLUgetWide() [all …]
|
D | cmsplugin.c | 512 if (ctx ->MemPool == NULL) { in _cmsPluginMalloc() 516 ctx->MemPool = _cmsCreateSubAlloc(0, 2*1024); in _cmsPluginMalloc() 517 if (ctx->MemPool == NULL) return NULL; in _cmsPluginMalloc() 525 return _cmsSubAlloc(ctx->MemPool, size); in _cmsPluginMalloc() 783 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); // default size about 32 pointers in cmsCreateContext() 784 if (ctx ->MemPool == NULL) { in cmsCreateContext() 843 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); in cmsDupContext() 844 if (ctx ->MemPool == NULL) { in cmsDupContext() 918 if (ctx -> MemPool != NULL) in cmsDeleteContext() 919 _cmsSubAllocDestroy(ctx ->MemPool); in cmsDeleteContext() [all …]
|
D | cmserr.c | 130 …ctx ->chunks[MemPlugin] = _cmsSubAllocDup(ctx ->MemPool, src ->chunks[MemPlugin], sizeof(_cmsMemPl… in _cmsAllocMemPluginChunk() 328 ctx ->chunks[Logger] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsLogErrorChunkType)); in _cmsAllocLogErrorChunk() 449 …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() 617 …ollection *newEntry = ( _cmsTransformCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupPluginTransformList() 633 …ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPlugin… in DupPluginTransformList() 647 …ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TransformPluginChunkType, sizeof(_… in _cmsAllocTransformPluginChunk()
|
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 | lcms2_internal.h | 447 _cmsSubAllocator* MemPool; // The memory pool that stores context data member 680 void* MemPool; // Pointer to begin of memory pool member
|
D | cmsgamma.c | 85 …on *newEntry = ( _cmsParametricCurvesCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupPluginCurvesList() 101 …ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsCurvesPluginChunkT… in DupPluginCurvesList() 117 …ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx ->MemPool, &CurvesPluginChunk, sizeof(_cmsCurvesP… in _cmsAllocCurvesPluginChunk()
|
D | cmstypes.c | 1502 mlu ->MemPool = Block; in Type_MLU_Read() 1549 …if (!_cmsWriteWCharArray(io, mlu ->PoolUsed / sizeof(wchar_t), (wchar_t*) mlu ->MemPool)) return … in Type_MLU_Write() 5335 …eLinkedList *newEntry = ( _cmsTagTypeLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupTagTypeList() 5351 ctx ->chunks[loc] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagTypePluginChunkType)); in DupTagTypeList() 5365 …ctx ->chunks[TagTypePlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTy… in _cmsAllocTagTypePluginChunk() 5379 …ctx ->chunks[MPEPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagTypePluginChunk, sizeof(_cmsTagTypePl… in _cmsAllocMPETypePluginChunk() 5537 …_cmsTagLinkedList *newEntry = ( _cmsTagLinkedList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(… in DupTagList() 5553 … ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType)); in DupTagList() 5565 …ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TagPluginChunk, sizeof(_cmsTagPluginChun… in _cmsAllocTagPluginChunk()
|
D | cmsopt.c | 1822 …ection *newEntry = ( _cmsOptimizationCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_c… in DupPluginOptimizationList() 1838 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsOptimization… in DupPluginOptimizationList() 1851 …ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx ->MemPool, &OptimizationPluginChunkType, si… in _cmsAllocOptimizationPluginChunk()
|
D | cmspack.c | 3230 …toryList *newEntry = ( cmsFormattersFactoryList *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(cm… in DupFormatterFactoryList() 3246 …ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsFormattersPlug… in DupFormatterFactoryList() 3262 …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 | 329 class MemPool 332 MemPool() {} in MemPool() function 333 virtual ~MemPool() {} in ~MemPool() 346 class MemPoolT : public MemPool 961 MemPool* _memPool; 1239 MemPool* _memPool;
|
D | tinyxml2.cpp | 1112 MemPool* pool = node->_memPool; in DeleteNode() 1879 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 | 404 de::MemPool programPool; in buildPrograms() 409 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 410 AllocatorTy MemPool; member
|
D | RDFGraph.cpp | 364 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock() 409 MemPool.Reset(); in clear()
|