HomeSort by relevance Sort by last modified time
    Searched defs:BytesAllocated (Results 1 - 9 of 9) sorted by null

  /art/libartbase/base/
arena_allocator.cc 124 size_t ArenaAllocatorStatsImpl<kCount>::BytesAllocated() const {
143 const size_t bytes_allocated = BytesAllocated();
191 size_t ArenaAllocator::BytesAllocated() const {
192 return ArenaAllocatorStats::BytesAllocated();
arena_allocator.h 123 size_t BytesAllocated() const { return 0u; }
139 size_t BytesAllocated() const;
344 size_t BytesAllocated() const;
349 // TODO: Change BytesAllocated to this behavior?
  /art/runtime/gc/space/
region_space-inl.h 137 bytes += r->BytesAllocated();
141 bytes += r->BytesAllocated();
146 bytes += r->BytesAllocated();
151 bytes += r->BytesAllocated();
494 inline size_t RegionSpace::Region::BytesAllocated() const {
  /external/llvm/include/llvm/Support/
Allocator.h 115 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
145 : CurPtr(nullptr), End(nullptr), BytesAllocated(0), Allocator() {}
148 : CurPtr(nullptr), End(nullptr), BytesAllocated(0),
156 BytesAllocated(Old.BytesAllocated),
159 Old.BytesAllocated = 0;
175 BytesAllocated = RHS.BytesAllocated;
181 RHS.BytesAllocated = 0;
198 BytesAllocated = 0
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Allocator.h 119 /// BytesAllocated - This field tracks how many bytes we've allocated, so
121 size_t BytesAllocated;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Allocator.h 119 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
160 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
163 Old.BytesAllocated = 0;
179 BytesAllocated = RHS.BytesAllocated;
186 RHS.BytesAllocated = 0;
203 BytesAllocated = 0;
218 BytesAllocated += Size;
295 size_t getBytesAllocated() const { return BytesAllocated; }
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Allocator.h 117 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
148 : CurPtr(nullptr), End(nullptr), BytesAllocated(0), Allocator() {}
151 : CurPtr(nullptr), End(nullptr), BytesAllocated(0),
159 BytesAllocated(Old.BytesAllocated),
162 Old.BytesAllocated = 0;
178 BytesAllocated = RHS.BytesAllocated;
184 RHS.BytesAllocated = 0;
201 BytesAllocated = 0
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 615 size_t BytesAllocated() const {
    [all...]

Completed in 815 milliseconds