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

  /external/llvm/lib/Support/
Allocator.cpp 26 CurSlab(0), BytesAllocated(0) { }
50 if (BytesAllocated >= SlabSize * 128)
94 BytesAllocated += Size;
156 << "Bytes used: " << BytesAllocated << '\n'
158 << "Bytes wasted: " << (TotalMemory - BytesAllocated)
  /external/llvm/include/llvm/Support/
Allocator.h 119 /// BytesAllocated - This field tracks how many bytes we've allocated, so
121 size_t BytesAllocated;

Completed in 522 milliseconds