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

Function drop

benches/call.rs:491–493  ·  view source on GitHub ↗
(ptr: *const ())

Source from the content-addressed store, hash-verified

489 }
490
491 unsafe fn drop(ptr: *const ()) {
492 assert_eq!(ptr as usize, 5);
493 }
494}
495
496#[cfg(feature = "component-model")]

Callers 15

bench_callsFunction · 0.70
serve_maybe_debugMethod · 0.50
dropMethod · 0.50
incrementMethod · 0.50
test_successful_compileFunction · 0.50
test_x64_flags_compileFunction · 0.50
test_x64_presets_compileFunction · 0.50
rust_panic_importFunction · 0.50
rust_catch_panic_importFunction · 0.50

Calls

no outgoing calls

Tested by 15

test_successful_compileFunction · 0.40
test_x64_flags_compileFunction · 0.40
test_x64_presets_compileFunction · 0.40
rust_panic_importFunction · 0.40
rust_catch_panic_importFunction · 0.40
dtor_runsFunction · 0.40
drop_funcFunction · 0.40