|
class | L4::Alloc_list |
| A simple list-based allocator. More...
|
|
class | cxx::Auto_ptr< T > |
| Smart pointer with automatic deletion. More...
|
|
class | cxx::Bitmap_base |
| Basic bitmap abstraction. More...
|
|
class | cxx::Bitmap< BITS > |
| A static bit map. More...
|
|
class | cxx::List_item |
| Basic list item. More...
|
|
struct | cxx::Pair< First, Second > |
| Pair of two values. More...
|
|
class | cxx::Base_slab< Obj_size, Slab_size, Max_free, Alloc > |
| Basic slab allocator. More...
|
|
class | cxx::Slab< Type, Slab_size, Max_free, Alloc > |
| Slab allocator for object of type Type. More...
|
|
class | cxx::Base_slab_static< Obj_size, Slab_size, Max_free, Alloc > |
| Merged slab allocator (allocators for objects of the same size are merged together). More...
|
|
class | cxx::Slab_static< Type, Slab_size, Max_free, Alloc > |
| Merged slab allocator (allocators for objects of the same size are merged together). More...
|
|
class | cxx::Nothrow |
| Helper type to distinguish the oeprator new version that does not throw exceptions. More...
|
|
class | cxx::New_allocator< _Type > |
| Standard allocator based on operator new () . More...
|
|
class | L4::String |
| A null-terminated string container class. More...
|
|