ArenaStats Struct ReferenceΒΆ
|
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
|
pops::ArenaStats Struct Reference
ManagedArena pool statistics: hits/misses/fences and retained bytes. More...
#include <allocator.hpp>
Collaboration diagram for pops::ArenaStats:Public Attributes | |
| long | hits = 0 |
| long | misses = 0 |
| long | fences = 0 |
| std::size_t | reserved_bytes = 0 |
Detailed Description
ManagedArena pool statistics: hits/misses/fences and retained bytes.
Side-effect-free read via pops::arena_stats() (snapshot under lock).
Member Data Documentation
◆ fences
| long pops::ArenaStats::fences = 0 |
◆ hits
| long pops::ArenaStats::hits = 0 |
◆ misses
| long pops::ArenaStats::misses = 0 |
◆ reserved_bytes
| std::size_t pops::ArenaStats::reserved_bytes = 0 |
The documentation for this struct was generated from the following file:
- include/pops/core/foundation/allocator.hpp
Generated by