btdu v0.3.1 (2022-01-27T20:33:29Z)
Dub
Repo
GrowAllocator
btdu
alloc
Allocator to use for objects with infinite lifetime, which will never be freed.
alias
GrowAllocator
=
AllocatorList
!(
(
n
)
=>
Region
!
MmapAllocator
(
max
(
n
, 1024 * 4096))
,
NullAllocator
)
Meta
Source
See Implementation
btdu
alloc
aliases
CasualAllocator
GrowAllocator
structs
CheckedAllocator
variables
growAllocator
Allocator to use for objects with infinite lifetime, which will never be freed.