Struct AllocationCounts
Defined in File rapidyaml-0.5.0.hpp
Nested Relationships
Nested Types
Struct Documentation
-
struct AllocationCounts
Public Functions
-
inline void clear_counts()
-
inline void update(AllocationCounts const &that)
-
inline void add_counts(void *ptr, size_t sz)
-
inline void rem_counts(void *ptr, size_t sz)
-
inline AllocationCounts operator-(AllocationCounts const &that) const
-
inline AllocationCounts operator+(AllocationCounts const &that) const
-
inline void clear_counts()