Home
last modified time | relevance | path

Searched defs:allocatedSize (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMemory.h35 MemoryBlock(void *addr, size_t allocatedSize) in MemoryBlock()
40 size_t allocatedSize() const { return AllocatedSize; } in allocatedSize() function
158 size_t allocatedSize() const { return M.allocatedSize(); } in allocatedSize() function
/external/oss-fuzz/projects/giflib/
Degif_fuzz_common.h10 size_t allocatedSize; member
/external/eigen/Eigen/src/SparseCore/
DCompressedStorage.h110 inline Index allocatedSize() const { return m_allocatedSize; } in allocatedSize() function
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineStorage.h128 inline Index allocatedSize() const { in allocatedSize() function
/external/lz4/lib/
Dlz4frame.c693 int allocatedSize = ctxTypeID_to_size(cctxPtr->lz4CtxAlloc); in LZ4F_compressBegin_usingCDict() local
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp206 int allocatedSize; member
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp4813 VkDeviceSize allocatedSize = 0; in initExternal() local