libstdc++
|
#include <throw_allocator.h>
Public Member Functions | |
void | check (size_t label) |
void | check_allocated (void *p, size_t size) |
void | check_constructed (size_t label) |
void | check_constructed (void *p) |
void | erase (void *p, size_t size) |
void | erase_construct (void *p) |
void | insert (void *p, size_t size) |
void | insert_construct (void *p) |
Static Public Member Functions | |
static void | check () |
static size_t | get_label () |
static void | set_label (size_t l) |
Friends | |
std::ostream & | operator<< (std::ostream &, const annotate_base &) |
Base class for checking address and label information about allocations. Create a std::map between the allocated address (void*) and a datum for annotations, which are a pair of numbers corresponding to label and allocated size.
Definition at line 88 of file throw_allocator.h.
|
inline |
Definition at line 90 of file throw_allocator.h.
|
inlinestatic |
Definition at line 225 of file throw_allocator.h.
|
inline |
Definition at line 188 of file throw_allocator.h.
|
inline |
Definition at line 165 of file throw_allocator.h.
|
inline |
Definition at line 273 of file throw_allocator.h.
|
inline |
Definition at line 260 of file throw_allocator.h.
|
inline |
Definition at line 127 of file throw_allocator.h.
|
inline |
Definition at line 156 of file throw_allocator.h.
|
inlinestatic |
Definition at line 101 of file throw_allocator.h.
|
inline |
Definition at line 105 of file throw_allocator.h.
|
inline |
Definition at line 135 of file throw_allocator.h.
|
inlinestatic |
Definition at line 97 of file throw_allocator.h.
|
friend |
Definition at line 374 of file throw_allocator.h.