Searched refs:BytesAllocated (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 117 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated, 148 : CurPtr(nullptr), End(nullptr), BytesAllocated(0), Allocator() {} in BumpPtrAllocatorImpl() 151 : CurPtr(nullptr), End(nullptr), BytesAllocated(0), in BumpPtrAllocatorImpl() 159 BytesAllocated(Old.BytesAllocated), in BumpPtrAllocatorImpl() 162 Old.BytesAllocated = 0; in BumpPtrAllocatorImpl() 178 BytesAllocated = RHS.BytesAllocated; 184 RHS.BytesAllocated = 0; 201 BytesAllocated = 0; in Reset() 216 BytesAllocated += Size; in Allocate() 284 size_t getBytesAllocated() const { return BytesAllocated; } in getBytesAllocated() [all …]
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 115 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated, 145 : CurPtr(nullptr), End(nullptr), BytesAllocated(0), Allocator() {} in BumpPtrAllocatorImpl() 148 : CurPtr(nullptr), End(nullptr), BytesAllocated(0), in BumpPtrAllocatorImpl() 156 BytesAllocated(Old.BytesAllocated), in BumpPtrAllocatorImpl() 159 Old.BytesAllocated = 0; in BumpPtrAllocatorImpl() 175 BytesAllocated = RHS.BytesAllocated; 181 RHS.BytesAllocated = 0; 198 BytesAllocated = 0; in Reset() 213 BytesAllocated += Size; in Allocate() 281 size_t getBytesAllocated() const { return BytesAllocated; } in getBytesAllocated() [all …]
|
/external/llvm/lib/Support/ |
D | Allocator.cpp | 21 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated, in printBumpPtrAllocatorStats() argument 24 << "Bytes used: " << BytesAllocated << '\n' in printBumpPtrAllocatorStats() 26 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Allocator.cpp | 26 CurSlab(0), BytesAllocated(0) { } in BumpPtrAllocator() 50 if (BytesAllocated >= SlabSize * 128) in StartNewSlab() 94 BytesAllocated += Size; in Allocate() 156 << "Bytes used: " << BytesAllocated << '\n' in PrintStats() 158 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in PrintStats()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Allocator.h | 121 size_t BytesAllocated;
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5204 size_t BytesAllocated() const; 5342 inline size_t Environment::BytesAllocated() const {
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 615 size_t BytesAllocated() const { function
|