SDSL 3.0.1
Succinct Data Structure Library
|
#include <memory_tracking.hpp>
Public Types | |
using | value_type = T |
Public Member Functions | |
track_allocator ()=default | |
template<class U > | |
track_allocator (const track_allocator< U > &) | |
T * | allocate (std::size_t n) |
void | deallocate (T *ptr, std::size_t n) |
Definition at line 54 of file memory_tracking.hpp.
using sdsl::track_allocator< T >::value_type = T |
Definition at line 56 of file memory_tracking.hpp.
|
default |
|
inline |
Definition at line 60 of file memory_tracking.hpp.
|
inline |
Definition at line 63 of file memory_tracking.hpp.
|
inline |
Definition at line 76 of file memory_tracking.hpp.