Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMemory.h34 MemoryBlock(void *addr, size_t allocatedSize) in MemoryBlock()
39 size_t allocatedSize() const { return AllocatedSize; } in allocatedSize() function
156 size_t allocatedSize() const { return M.allocatedSize(); } in allocatedSize() function