Searched refs:AllocateObject (Results 1 - 2 of 2) sorted by path

/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp104 BaseCache::ObjectLink *BaseCache::AllocateObject() function in class:BaseCache
108 printf("BaseCache::AllocateObject() from %p, %lu remaining\n",
485 buf[i] = cache.AllocateObject(0);
H A DSlab.h68 ObjectLink *AllocateObject();
125 void *AllocateObject(uint32_t flags) function in class:Cache
134 return fStrategy.Object(BaseCache::AllocateObject());
284 Type *Alloc(uint32_t flags) { return (Type *)BaseType::AllocateObject(flags); }
536 object = CacheType::AllocateObject(flags);

Completed in 30 milliseconds