Skip to main content

SCRATCH_RETAIN_WORDS

Constant SCRATCH_RETAIN_WORDS 

Source
const SCRATCH_RETAIN_WORDS: usize = _; // 262_144usize
Expand description

Scratch capacity retained across reads, in words. A read larger than this releases the buffer afterward, so a thread’s scratch does not ratchet to the largest body it ever carried (heap no pool gauge can see).