Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dlimits.rs391 struct MemoryContext { struct
398 impl ResourceLimiter for MemoryContext { implementation
439 |mut caller: Caller<'_, MemoryContext>, size: u32| -> u32 { in test_custom_memory_limiter()
459 let context = MemoryContext { in test_custom_memory_limiter()
510 impl ResourceLimiterAsync for MemoryContext { implementation
553 |mut caller: Caller<'_, MemoryContext>, size: u32| -> u32 { in test_custom_memory_limiter_async()
573 let context = MemoryContext { in test_custom_memory_limiter_async()