#include <cstddef>#include <cstdlib>#include <cstring>#include <bits/functexcept.h>#include <bits/stl_threads.h>#include <bits/atomicity.h>Include dependency graph for stl_alloc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | std::allocator< Type > |
| The "standard" allocator, as per [20.4]. More... | |
Definition in file stl_alloc.h.
|
||||||||||||||||
|
Comparison operators for all of the predifined SGI-style allocators. This ensures that allocator<malloc_alloc> (for example) will work correctly. As required, all allocators compare equal. Definition at line 848 of file stl_alloc.h. |
|
||||||||||||||||
|
Comparison operators for all of the predifined SGI-style allocators. This ensures that allocator<malloc_alloc> (for example) will work correctly. As required, all allocators compare equal. Definition at line 837 of file stl_alloc.h. |
|
||||||||||||||||
|
Comparison operators for all of the predifined SGI-style allocators. This ensures that allocator<malloc_alloc> (for example) will work correctly. As required, all allocators compare equal. Definition at line 843 of file stl_alloc.h. |
|
||||||||||||||||
|
Comparison operators for all of the predifined SGI-style allocators. This ensures that allocator<malloc_alloc> (for example) will work correctly. As required, all allocators compare equal. Definition at line 831 of file stl_alloc.h. |
1.4.1