Skip to content

Struct SYN_SlabStats

ClassList > SYN_SlabStats

Slab Allocator Statistics.

  • #include <syn_slab.h>

Public Attributes

Type Name
size_t allocated_bytes
size_t total_allocs
size_t total_bytes

Public Attributes Documentation

variable allocated_bytes

size_t SYN_SlabStats::allocated_bytes;

Currently allocated bytes


variable total_allocs

size_t SYN_SlabStats::total_allocs;

Total active allocations count


variable total_bytes

size_t SYN_SlabStats::total_bytes;

Total managed memory in bytes



The documentation for this class was generated from the following file src/syntropic/util/syn_slab.h