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

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

Completed in 85 milliseconds