Searched refs:ObjectInfo (Results 1 – 2 of 2) sorted by relevance
66 typedef std::pair<Slab *, ObjectLink *> ObjectInfo; typedef69 bool ReturnObject(const ObjectInfo &object);139 ObjectInfo location = fStrategy.ObjectInformation(object); in ReturnObject()205 typedef BaseCache::ObjectInfo ObjectInfo; typedef220 ObjectInfo ObjectInformation(void *object) const in ObjectInformation()223 return ObjectInfo(slab, _Linkage(object)); in ObjectInformation()317 typedef BaseCache::ObjectInfo ObjectInfo; typedef361 ObjectInfo ObjectInformation(void *object) const in ObjectInformation()364 return ObjectInfo(link->slab, link); in ObjectInformation()
124 BaseCache::ReturnObject(const ObjectInfo &object) in ReturnObject()