MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / no_hog_memory

Function no_hog_memory

tests/all/main.rs:103–105  ·  view source on GitHub ↗

Whether tests that hog memory should be skipped.

()

Source from the content-addressed store, hash-verified

101
102/// Whether tests that hog memory should be skipped.
103pub(crate) fn no_hog_memory() -> bool {
104 std::env::var("WASMTIME_TEST_NO_HOG_MEMORY").is_ok()
105}
106
107/// Get the default pooling allocator configuration for tests, which is a
108/// smaller pool than the normal default.

Calls 1

is_okMethod · 0.80

Tested by

no test coverage detected