Home
last modified time | relevance | path

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

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