Function mpool_isfull

Function Documentation

static inline bool_t mpool_isfull(const struct mpool *const pool)

Determine if the memory pool is currently full.

Note

The returned value cannot be relied upon in concurrent contexts without additional synchronization.

Parameters:

pool – The pool handle.

Returns:

bool_t