NimBLE-Arduino 2.1.2
Loading...
Searching...
No Matches
os_mempool_info Struct Reference

#include <os_mempool.h>

Public Attributes

int omi_block_size
 
int omi_num_blocks
 
int omi_num_free
 
int omi_min_free
 
char omi_name [OS_MEMPOOL_INFO_NAME_LEN]
 

Detailed Description

Information describing a memory pool, used to return OS information to the management layer.

Member Data Documentation

◆ omi_block_size

int os_mempool_info::omi_block_size

Size of the memory blocks in the pool

◆ omi_min_free

int os_mempool_info::omi_min_free

Minimum number of free memory blocks ever

◆ omi_name

char os_mempool_info::omi_name[OS_MEMPOOL_INFO_NAME_LEN]

Name of the memory pool

◆ omi_num_blocks

int os_mempool_info::omi_num_blocks

Number of memory blocks in the pool

◆ omi_num_free

int os_mempool_info::omi_num_free

Number of free memory blocks