This component‐private utility handles the lock‐free pool of list nodes.
Synopsis
Declared in <bdlcc_skiplist.h>
struct SkipList_PoolUtil;
Type Aliases
Name |
Description |
Type of the pool manager used by this utility. |
Static Member Functions
Name |
Description |
Reserve sufficient space for a node at the specified |
|
Create a new pooled node allocator that manages nodes up to the specified |
|
Return the node at the specified |
|
Destroy the specified |
Created with MrDocs