Helpers for estimating the dynamic memory usage of common data structures.
Types
Name |
Description |
Layout model of a doubly linked list node, used to size std::list. |
|
Layout model of the control block shared by shared_ptr/weak_ptr, used for sizing. |
|
Layout model of a libstdc++ red‐black tree node, used to size STL containers. |
|
Layout model of an unordered container node, used to size hashed containers. |
Functions
Name |
Description |
|
|
|
Created with MrDocs