pub unsafe extern "C" fn aws_memory_pool_acquire(
mempool: *mut aws_memory_pool
) -> *mut c_void
Expand description
Acquires memory from the pool if available, otherwise, it attempts to allocate and returns the result.
pub unsafe extern "C" fn aws_memory_pool_acquire(
mempool: *mut aws_memory_pool
) -> *mut c_void
Acquires memory from the pool if available, otherwise, it attempts to allocate and returns the result.