sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
BinInfo
d
gc
bin
Undocumented in source.
struct
BinInfo {
ushort
itemSize
;
ushort
slots
;
ubyte
needPages
;
ubyte
shift
;
ushort
mul
;
this
(ushort itemSize, ubyte shift, ubyte needPages, ushort slots);
uint
computeIndex
(uint offset);
}
Constructors
this
this
(ushort itemSize, ubyte shift, ubyte needPages, ushort slots)
Undocumented in source.
Members
Functions
computeIndex
uint
computeIndex
(uint offset)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
itemSize
ushort
itemSize
;
Undocumented in source.
mul
ushort
mul
;
Undocumented in source.
needPages
ubyte
needPages
;
Undocumented in source.
shift
ubyte
shift
;
Undocumented in source.
slots
ushort
slots
;
Undocumented in source.
Meta
Source
See Implementation
d
gc
bin
functions
getMulIndices
manifest constants
InvalidBinID
MaxShiftMask
structs
Bin
BinInfo
variables
binInfos