#include <stl_alloc.h>
Static Public Methods | |
| void * | allocate (size_t n) |
| void | deallocate (void *p, size_t n) |
| void * | reallocate (void *p, size_t old_sz, size_t new_sz) |
Private Types | |
| enum | { extra = 8 } |
|
|||||
|
Definition at line 240 of file stl_alloc.h.
00240 {extra = 8}; // Size of space used to store size. Note
|
|
||||||||||
|
Definition at line 246 of file stl_alloc.h. References extra.
|
|
||||||||||||||||
|
Definition at line 253 of file stl_alloc.h. References extra.
|
|
||||||||||||||||||||
|
Definition at line 260 of file stl_alloc.h. References extra.
|
| Documentation generated on Thu May 2 15:03:26 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |