Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/slab/
H A DSlab.h66 typedef std::pair<Slab *, ObjectLink *> ObjectInfo; typedef
69 bool ReturnObject(const ObjectInfo &object);
139 ObjectInfo location = fStrategy.ObjectInformation(object); in ReturnObject()
205 typedef BaseCache::ObjectInfo ObjectInfo; typedef
220 ObjectInfo ObjectInformation(void *object) const in ObjectInformation()
223 return ObjectInfo(slab, _Linkage(object)); in ObjectInformation()
317 typedef BaseCache::ObjectInfo ObjectInfo; typedef
361 ObjectInfo ObjectInformation(void *object) const in ObjectInformation()
364 return ObjectInfo(link->slab, link); in ObjectInformation()
H A DSlab.cpp124 BaseCache::ReturnObject(const ObjectInfo &object) in ReturnObject()