Constructor
class Constructor {
class MallocFreeAllocator : public Constructor<DataType> {
Constructor _constructor, Destructor _destructor, void *_cookie)
Constructor _constructor, Destructor _destructor, void *_cookie)
typedef void (*Constructor)(void *cookie, void *object);
typedef typename CacheType::Constructor Constructor;
Constructor _constructor, Destructor _destructor, void *_cookie)
Constructor _constructor, Destructor _destructor, void *_cookie);
Constructor fConstructor;