SDSL 3.0.3
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 (track_allocator< U > const &) | |
T * | allocate (std::size_t n) |
void | deallocate (T *ptr, std::size_t n) |
Definition at line 50 of file memory_tracking.hpp.
using sdsl::track_allocator< T >::value_type = T |
Definition at line 52 of file memory_tracking.hpp.
|
default |
|
inline |
Definition at line 56 of file memory_tracking.hpp.
|
inline |
Definition at line 59 of file memory_tracking.hpp.
|
inline |
Definition at line 72 of file memory_tracking.hpp.