Home
last modified time | relevance | path

Searched refs:AllocationSize (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dlibcalls.rs253 ) -> Result<Option<AllocationSize>> { in memory_grow() argument
279 struct AllocationSize(usize); struct
293 unsafe impl HostResultHasUnwindSentinel for Option<AllocationSize> {
315 ) -> Result<Option<AllocationSize>> { in table_grow_func_ref() argument
332 .map(AllocationSize); in table_grow_func_ref()
345 ) -> Result<Option<AllocationSize>> { in table_grow_gc_ref() argument
365 .map(AllocationSize); in table_grow_gc_ref()
380 ) -> Result<Option<AllocationSize>> { in table_grow_cont_obj() argument
397 .map(AllocationSize); in table_grow_cont_obj()
1729 ) -> Result<Option<AllocationSize>> { in cont_new() argument
[all …]