Class MemoryResourceCounts
Defined in File rapidyaml-0.5.0.hpp
Inheritance Relationships
Base Type
public c4::MemoryResource
(Struct MemoryResource)
Class Documentation
-
class MemoryResourceCounts : public c4::MemoryResource
a MemoryResource which latches onto another MemoryResource and counts allocations and sizes.
Public Functions
-
inline MemoryResourceCounts()
-
inline MemoryResourceCounts(MemoryResource *res)
-
inline MemoryResource *resource()
-
inline AllocationCounts const &counts() const
-
inline MemoryResourceCounts()