API Reference Manual  1.45.0
odp_pool_stats_selected_t Struct Reference

Pool statistics counters. More...

#include <pool_types.h>

Data Fields

uint64_t available
 See odp_pool_stats_t::available.
 
uint64_t alloc_ops
 See odp_pool_stats_t::alloc_ops.
 
uint64_t alloc_fails
 See odp_pool_stats_t::alloc_fails.
 
uint64_t free_ops
 See odp_pool_stats_t::free_ops.
 
uint64_t total_ops
 See odp_pool_stats_t::total_ops.
 
uint64_t cache_available
 See odp_pool_stats_t::cache_available.
 
uint64_t cache_alloc_ops
 See odp_pool_stats_t::cache_alloc_ops.
 
uint64_t cache_free_ops
 See odp_pool_stats_t::cache_free_ops.
 

Detailed Description

Pool statistics counters.

Same as odp_pool_stats_t excluding per thread counters.

Definition at line 154 of file api/spec/pool_types.h.


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