Home
last modified time | relevance | path

Searched refs:fLowerBoundary (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/system/kernel/slab/
H A DSlab.h333 return (((uint8_t *)key) - ((uint8_t *)0)) >> parent->fLowerBoundary; in HashKey()
354 : fHashTable(this), fLowerBoundary(Fls(parent->ObjectSize()) - 1) {} in BaseHashCacheStrategy()
379 const size_t fLowerBoundary; member