Next Previous Contents

4.13 Class NewAllocator<T>

Defined in: allocpool.h

Extends: Allocator<T>

Overview: A simple allocator that uses the new operator to perform the actual allocation.


Next Previous Contents