#include <RegionAllocator.hpp>
Public Member Functions | |
| RegionAllocator () | |
| ~RegionAllocator () | |
| void * | allocate (size_t bytes) |
| size_t | allocatedBytes () |
Private Attributes | |
| std::vector< Buffer * > | _buffers |
| std::vector< void * > | _malloced |
| size_t | _mallocBytes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4