phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
SmallSlot
segregated_gc
Small slot foreach slot contains
wordCount
machine words.
struct
SmallSlot (
uint
wordCount
)
if
(
wordCount
>= 1
) {
size_t
[
wordCount
]
words
;
}
Members
Variables
words
size_t
[
wordCount
]
words
;
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
Small slot foreach slot contains wordCount machine words.