Struct 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¶
Currently allocated bytes
variable total_allocs¶
Total active allocations count
variable total_bytes¶
Total managed memory in bytes
The documentation for this class was generated from the following file src/syntropic/util/syn_slab.h