
#include <cstddef>

Go to the source code of this file.
Classes | |
| class | rutz::free_list_base |
| Un-typesafe base class for maintaining a free-list memory pool. More... | |
| struct | rutz::free_list_base::node |
| Free-node class for free-list memory pools. | |
| class | rutz::free_list< T > |
| Typesafe wrapper of free_list_base for maintaining free-list memory pools. More... | |
Namespaces | |
| namespace | rutz |
Auxiliary helper namespace used in implementing shared_ptr. | |
Functions | |
| static const char | __attribute__ ((used)) vcid_groovx_rutz_freelist_h_utc20050626084020[] |
memory allocation via a free-list pool
Definition in file freelist.h.
1.6.3