phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
StatsCollector.empty
std
experimental
allocator
building_blocks
stats_collector
StatsCollector
Defined only if
Options.bytesUsed
is defined. Returns
bytesUsed
==
0
.
struct
StatsCollector
(Allocator, ulong flags = Options.all, ulong perCallFlags = 0)
pure nothrow @
safe
@
nogc
static if
(
flags & Options.bytesUsed
)
Ternary
empty
(
)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
stats_collector
StatsCollector
aliases
alignment
functions
alignedAllocate
allocate
deallocate
deallocateAll
empty
expand
reallocate
reportStatistics
static functions
byFileLine
reportPerCallStatistics
structs
PerCallStatistics
variables
parent
Defined only if Options.bytesUsed is defined. Returns bytesUsed == 0.