#include <MemPool.h>
Inheritance diagram for vpr::MemPool:

Public Methods | |
| virtual | ~MemPool () |
| virtual void * | allocate (size_t size)=0 |
| virtual void | deallocate (void *ptr)=0 |
| virtual void * | reallocate (void *ptr, size_t new_sz)=0 |
Base class that defines how all memory pools should behave.
Definition at line 58 of file MemPool.h.
|
|
Definition at line 65 of file MemPool.h.
00066 {
00067 ;
00068 }
|
|
|
Implemented in vpr::MemPoolSGI. |
|
|
Implemented in vpr::MemPoolSGI. |
|
||||||||||||
|
Implemented in vpr::MemPoolSGI. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002