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:
Kian Paimani
2021-07-07 07:32:57 +02:00
committed by GitHub
parent fb9baeb70b
commit 9cd04f3559
3 changed files with 42 additions and 18 deletions
@@ -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.
///