説明を見る。
20 #ifndef COIL_ALLOCATOR_H
21 #define COIL_ALLOCATOR_H
86 virtual void*
New(
size_t t)
throw (std::bad_alloc);
107 virtual void Delete(
void* p)
throw ();
132 virtual void*
NewArray(
size_t t)
throw (std::bad_alloc);
157 #endif // COIL_ALLOCATOR_H