Home
last modified time | relevance | path

Searched defs:PoolAllocationConfig (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/c-api/tests/
H A Dconfig.cc7 TEST(PoolAllocationConfig, Smoke) { in TEST() argument
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dconfig.hh53 class PoolAllocationConfig { class
57 PoolAllocationConfig() : ptr(wasmtime_pooling_allocation_config_new()) {} in PoolAllocationConfig() function in wasmtime::PoolAllocationConfig