Searched defs:BytesAllocated (Results 1 – 5 of 5) sorted by relevance
20 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated, in printBumpPtrAllocatorStats()
87 size_t BytesAllocated = 0; in getBytesAllocated() local
324 size_t BytesAllocated = 0; global() variable [all...]
66 size_t BytesAllocated = 0; member in BumpPtrAllocator
24 std::atomic<unsigned> BytesAllocated = 0; member