mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
Allow the allocator to track the heap changes. (#9291)
* Allow the allocator to track the heap changes. * fix build * review comments * Update client/allocator/Cargo.toml Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update client/allocator/Cargo.toml Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -311,7 +311,7 @@ fn get_table(instance: &Instance) -> Option<Table> {
|
||||
.cloned()
|
||||
}
|
||||
|
||||
/// Functions realted to memory.
|
||||
/// Functions related to memory.
|
||||
impl InstanceWrapper {
|
||||
/// Read data from a slice of memory into a destination buffer.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user