Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/slab/
H A DSlab.h68 ObjectLink *AllocateObject();
125 void *AllocateObject(uint32_t flags) in AllocateObject() function
134 return fStrategy.Object(BaseCache::AllocateObject()); in AllocateObject()
284 Type *Alloc(uint32_t flags) { return (Type *)BaseType::AllocateObject(flags); } in Alloc()
536 object = CacheType::AllocateObject(flags); in Alloc()
H A DSlab.cpp104 BaseCache::ObjectLink *BaseCache::AllocateObject() in AllocateObject() function in BaseCache
485 buf[i] = cache.AllocateObject(0); in test3()