Function tarantool_rust_module::box_txn_alloc [] [src]

pub unsafe extern "C" fn box_txn_alloc(size: usize) -> *mut c_void

Allocate memory on txn memory pool. The memory is automatically deallocated when the transaction is committed or rolled back.

@retval NULL out of memory