SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::mm_alloc Struct Reference

#include <memory_tracking.hpp>

Public Types

using timer = std::chrono::high_resolution_clock

Public Member Functions

 mm_alloc (timer::time_point t, int64_t u)

Public Attributes

timer::time_point timestamp
int64_t usage

Detailed Description

Definition at line 138 of file memory_tracking.hpp.

Member Typedef Documentation

◆ timer

using sdsl::mm_alloc::timer = std::chrono::high_resolution_clock

Definition at line 140 of file memory_tracking.hpp.

Constructor & Destructor Documentation

◆ mm_alloc()

sdsl::mm_alloc::mm_alloc ( timer::time_point t,
int64_t u )
inline

Definition at line 143 of file memory_tracking.hpp.

Member Data Documentation

◆ timestamp

timer::time_point sdsl::mm_alloc::timestamp

Definition at line 141 of file memory_tracking.hpp.

◆ usage

int64_t sdsl::mm_alloc::usage

Definition at line 142 of file memory_tracking.hpp.


The documentation for this struct was generated from the following file: