|
SDSL 3.0.3
Succinct Data Structure Library
|
#include <memory_management.hpp>
Public Attributes | |
| size_t | size |
| struct mm_block * | next |
| struct mm_block * | prev |
Definition at line 252 of file memory_management.hpp.
| struct mm_block* sdsl::mm_block::next |
Definition at line 255 of file memory_management.hpp.
| struct mm_block* sdsl::mm_block::prev |
Definition at line 256 of file memory_management.hpp.
| size_t sdsl::mm_block::size |
Definition at line 254 of file memory_management.hpp.