phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
SmallPool
segregated_gc
Small pool of pages.
struct
SmallPool (
uint
sizeClass
bool
pointerFlag
)
if
(
sizeClass
>=
smallSizeClasses
[0]
) {
Array
!(
SmallPageTable
!
sizeClass
)
pageTables
;
size_t
slotIndex
;
}
Meta
Source
See Implementation
segregated_gc
classes
SegregatedGC
functions
ceilPow2
manifest constants
PAGESIZE
WORDSIZE
static variables
smallSizeClasses
structs
SmallPage
SmallPool
SmallPools
SmallSlot
variables
mediumSizeClasses
Small pool of pages.