#include <caching_allocator.h>
|
| | ~BlockList (void) |
| |
| | IntrusiveList (void) |
| |
| | IntrusiveList (const IntrusiveList< Block, LINK, Mutex > ©_from) |
| |
| | ~IntrusiveList (void) |
| |
| IntrusiveList< Block, LINK, Mutex > & | operator= (const IntrusiveList< Block, LINK, Mutex > ©_from) |
| |
| void | swap (IntrusiveList< Block, LINK, LT2 > &swap_with) |
| |
| void | absorb_append (IntrusiveList< Block, LINK, LT2 > &take_from) |
| |
| void | push_back (Block *new_entry) |
| |
| void | push_front (Block *new_entry) |
| |
| bool | empty (void) const |
| |
| Block * | front (void) const |
| |
| Block * | pop_front (void) |
| |
| size_t | erase (Block *entry) |
| |
◆ ~BlockList()
template<typename T , size_t N>
The documentation for this struct was generated from the following file: