core.internal.gc.bits
Contains a bitfield used by the GC.
Copyright
D Language Foundation 2005 - 2021.
struct GCBits
Types 1
structGCBits
Fields
BITS_PER_WORD BITS_SHIFT BITS_MASK BITS_0 BITS_1 BITS_2wordtype * datasize_t nbitsMethods
void copyWordsShifted(size_t firstWord, size_t cntWords, size_t firstOff, const(wordtype) * source) @nogc nothrowvoid copyRangeRepeating(size_t target, size_t destlen, const(wordtype) * source, size_t sourcelen) @nogc nothrowNested Templates
testAndSet(bool locked)