phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
Gcx
segregated_gc
Undocumented in source.
struct
Gcx {
this
(size_t pageTableCapacity);
Array
!
Root
roots
;
Array
!
Range
ranges
;
SmallPools
smallPools
;
uint
disabled
;
}
Constructors
this
this
(size_t pageTableCapacity)
Undocumented in source.
Members
Variables
disabled
uint
disabled
;
Undocumented in source.
ranges
Array
!
Range
ranges
;
Undocumented in source.
roots
Array
!
Root
roots
;
Undocumented in source.
smallPools
SmallPools
smallPools
;
Undocumented in source.
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