mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
fix a comment
This commit is contained in:
parent
b6d0ecc11c
commit
6afa678905
@ -18,7 +18,7 @@
|
||||
use super::log;
|
||||
|
||||
/// Allocates memory area of specified size and type and returns its address.
|
||||
/// The returned
|
||||
/// The allocated memory region is intended to be use as a Vec.
|
||||
#[no_mangle]
|
||||
pub unsafe fn allocate(elem_count: usize, elem_ty: usize) -> usize {
|
||||
let allocated_mem = allocate_impl(elem_count, elem_ty);
|
||||
|
Loading…
Reference in New Issue
Block a user