Home
last modified time | relevance | path

Searched defs:allocatedSize (Results 1 – 6 of 6) 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/llvm-project/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/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp206 int allocatedSize; member