Struct ScopedMemoryResourceCounts

Struct Documentation

struct ScopedMemoryResourceCounts

RAII class which counts allocations and frees inside a scope. Can optionally set also the memory resource to be used.

Public Functions

inline ScopedMemoryResourceCounts()
inline ScopedMemoryResourceCounts(MemoryResource *m)
inline ~ScopedMemoryResourceCounts()

Public Members

MemoryResourceCounts mr