btdu ~next (2022-04-04T08:48:57.5021383)
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.