Add a generic 'capacity_in_bytes' function to allow inspection of memory usage of...
authorTed Kremenek <kremenek@apple.com>
Wed, 27 Jul 2011 18:40:45 +0000 (18:40 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 27 Jul 2011 18:40:45 +0000 (18:40 +0000)
commit18dceba0bb5e38250535401ecc9d9737943d0657
treed01b83767c55652ed192e89abd97290d6343a38c
parent766c63e78b6c14b7967790dcc2c613971a72e132
Add a generic 'capacity_in_bytes' function to allow inspection of memory usage of various data structures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136233 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseMap.h
include/llvm/ADT/SmallVector.h
include/llvm/Support/Capacity.h [new file with mode: 0644]