phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
SmallPools
segregated_gc
All small pools.
struct
SmallPools {
this
(size_t pageTableCapacity);
BlkInfo
qalloc
(size_t size, uint bits);
}
Constructors
this
this
(size_t pageTableCapacity)
Undocumented in source.
Members
Functions
qalloc
BlkInfo
qalloc
(size_t size, uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
segregated_gc
classes
SegregatedGC
functions
ceilPow2
onOutOfMemoryError
manifest constants
PAGESIZE
WORDSIZE
minimumSmallPageWordCount
pageTableCapacityDefault
static variables
mediumSizeClasses
smallSizeClasses
structs
Gcx
SmallPage
SmallPageTable
SmallPool
SmallPools
SmallSlot
variables
tlGcx
All small pools.