mempool_resize (9) Linux Manual Page
mempool_resize – resize an existing memory pool Synopsis int mempool_resize(mempool_t *pool, int new_min_nr); Arguments pool pointer to the memory pool which was allocated via mempool_create. new_min_nr the new minimum number of elements guaranteed to be allocated for this pool. Description This function shrinks/grows the pool. In the case of growing, it cannot be guaranteed that…
