Searched refs:emptyEnoughRatio (Results 1 – 1 of 1) sorted by relevance
428 … static const float emptyEnoughRatio; /* Threshold on free space needed to "reactivate" a block */ member in rml::internal::Block450 const float Block::emptyEnoughRatio = 1.0 / 4.0; member in rml::internal::Block1337 const float threshold = (slabSize - sizeof(Block)) * (1 - emptyEnoughRatio); in adjustFullness()