|
cds
1.4.0
|
List of free superblock descriptor. More...
#include <cds/memory/michael/allocator.h>
Data Structures | |
| struct | rebind |
Rebinds to other item type T2. More... | |
Public Member Functions | |
| void | push (T *pDesc) |
| Push superblock descriptor to free-list. | |
| T * | pop () |
| Pop superblock descriptor from free-list. | |
| size_t | size () const |
| Returns current count of superblocks in free-list. | |
List of free superblock descriptor.
This class is a implementation of opt::free_list option