Searched refs:Constructor (Results 1 - 4 of 4) sorted by last modified time

/haiku/headers/private/kernel/util/
H A DConstructor.h7 class Constructor { class
H A DMallocFreeAllocator.h4 #include <util/Constructor.h>
9 class MallocFreeAllocator : public Constructor<DataType> {
/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp89 Constructor _constructor, Destructor _destructor, void *_cookie)
H A DSlab.h50 typedef void (*Constructor)(void *cookie, void *object); typedef in class:BaseCache
54 Constructor _constructor, Destructor _destructor, void *_cookie);
85 Constructor fConstructor;
121 Constructor _constructor, Destructor _destructor, void *_cookie)
522 typedef typename CacheType::Constructor Constructor; typedef in class:LocalCache
526 Constructor _constructor, Destructor _destructor, void *_cookie)

Completed in 32 milliseconds