Home
last modified time | relevance | path

Searched refs:allocatedSize (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp67 if (FreeMB.Free.allocatedSize() >= RequiredSize) { in allocateSection()
69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection()
118 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection()
179 size_t TrimmedSize = M.allocatedSize(); in trimBlockToPageSize()
187 assert((Trimmed.allocatedSize() % PageSize) == 0); in trimBlockToPageSize()
189 Trimmed.allocatedSize() <= M.allocatedSize()); in trimBlockToPageSize()
214 return FreeMB.Free.allocatedSize() == 0; in applyMemoryGroupPermissions()
224 Block.allocatedSize()); in invalidateInstructionCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemory.h35 MemoryBlock(void *addr, size_t allocatedSize) in MemoryBlock() argument
36 : Address(addr), AllocatedSize(allocatedSize) {} in MemoryBlock()
40 size_t allocatedSize() const { return AllocatedSize; } in allocatedSize() function
158 size_t allocatedSize() const { return M.allocatedSize(); } in allocatedSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemory.cpp46 << (void *)((char *)MB.base() + MB.allocatedSize()) << " ] (" in operator <<()
47 << MB.allocatedSize() << " bytes)"; in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp31 SegBlocks[Seg].allocatedSize()}; in allocate()
48 KV.second.allocatedSize()); in allocate()
68 Block.allocatedSize()); in allocate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DMemory.inc124 NearBlock->allocatedSize()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp288 size_t size = block.allocatedSize(); in protectMappedMemory()
301 size_t size = block.allocatedSize(); in releaseMappedMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DMemory.inc115 NearBlock->allocatedSize() : 0;
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp206 int allocatedSize; member
1075 DE_ASSERT(samples[sampleNdx].allocatedSize != 0); in bucketizeSamplesUniformly()
1077 if (!minBufferSize || samples[sampleNdx].allocatedSize < minBufferSize) in bucketizeSamplesUniformly()
1078 minBufferSize = samples[sampleNdx].allocatedSize; in bucketizeSamplesUniformly()
1079 if (!maxBufferSize || samples[sampleNdx].allocatedSize > maxBufferSize) in bucketizeSamplesUniformly()
1080 maxBufferSize = samples[sampleNdx].allocatedSize; in bucketizeSamplesUniformly()
1085 …const float bucketNdxFloat = (float)(samples[sampleNdx].allocatedSize - minBufferSize) / (float)(m… in bucketizeSamplesUniformly()
1953 m_results[sampleNdx].allocatedSize = allocatedBufferSize; in BasicBufferCase()
2346 const int allocatedBufferSize = sample.allocatedSize; in runSample()
/third_party/lz4/lib/
Dlz4frame.c693 int allocatedSize = ctxTypeID_to_size(cctxPtr->lz4CtxAlloc); in LZ4F_compressBegin_usingCDict() local
694 if (allocatedSize < requiredSize) { in LZ4F_compressBegin_usingCDict()