Home
last modified time | relevance | path

Searched refs:BytesAllocated (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h117 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/
DAllocator.h115 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/
DAllocator.cpp21 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/
DAllocator.cpp26 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/
DAllocator.h121 size_t BytesAllocated;
/external/protobuf/php/ext/google/protobuf/
Dupb.h5204 size_t BytesAllocated() const;
5342 inline size_t Environment::BytesAllocated() const {
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h615 size_t BytesAllocated() const { function