SDSL 3.0.1
Succinct Data Structure Library
|
#include <memory_management.hpp>
Public Attributes | |
size_t | size |
struct mm_block * | next |
struct mm_block * | prev |
Definition at line 228 of file memory_management.hpp.
struct mm_block* sdsl::mm_block::next |
Definition at line 231 of file memory_management.hpp.
struct mm_block* sdsl::mm_block::prev |
Definition at line 232 of file memory_management.hpp.
size_t sdsl::mm_block::size |
Definition at line 230 of file memory_management.hpp.