Searched refs:_SlabSize (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/tests/system/kernel/slab/
H A DSlab.h222 Slab *slab = _SlabInPages(LowerBoundary(object, _SlabSize()));
234 if (Backend::AllocatePages(fParent, &id, &pages, _SlabSize(),
250 size_t _SlabSize() const function in class:MergedLinkCacheStrategy
263 return (Slab *)(((uint8_t *)pages) + _SlabSize() - sizeof(Slab));
399 size_t byteCount = _SlabSize();
426 _ClearSlab(fParent, slab->pages, _SlabSize());
432 size_t _SlabSize() const function in struct:HashCacheStrategy

Completed in 29 milliseconds