Home
last modified time | relevance | path

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

/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()
40 size_t allocatedSize() const { return AllocatedSize; } in allocatedSize() function
158 size_t allocatedSize() const { return M.allocatedSize(); } in allocatedSize() function
/third_party/lz4/lib/
Dlz4frame.c693 int allocatedSize = ctxTypeID_to_size(cctxPtr->lz4CtxAlloc); in LZ4F_compressBegin_usingCDict() local
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp206 int allocatedSize; member