|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <memory_budget.hpp>
Public Member Functions | |
| MemoryBudget (std::size_t bytes) | |
| std::size_t | bytes () const noexcept |
| std::size_t | resident_limit (std::size_t graph_bytes, std::size_t algorithm_state_bytes) const noexcept |
Definition at line 6 of file memory_budget.hpp.
|
inlineexplicit |
Definition at line 8 of file memory_budget.hpp.
|
inlinenoexcept |
Definition at line 9 of file memory_budget.hpp.
|
inlinenoexcept |
Definition at line 10 of file memory_budget.hpp.