Function allocate_memory

Source
pub fn allocate_memory(
    caller: &mut Caller<'_, StoreData>,
    size: WordSize,
) -> Result<Pointer<u8>>