pub unsafe extern "C" fn aws_memory_pool_release(
mempool: *mut aws_memory_pool,
to_release: *mut c_void
)
Expand description
Releases memory to the pool if space is available, otherwise frees to_release
pub unsafe extern "C" fn aws_memory_pool_release(
mempool: *mut aws_memory_pool,
to_release: *mut c_void
)
Releases memory to the pool if space is available, otherwise frees to_release