Home
last modified time | relevance | path

Searched refs: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
8 PoolAllocationConfig config; in TEST()
30 PoolAllocationConfig config2 = std::move(config); in TEST()
31 PoolAllocationConfig config3(std::move(config)); in TEST()
74 PoolAllocationConfig pooling_config; in TEST()
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dconfig.hh53 class PoolAllocationConfig { class
54 WASMTIME_OWN_WRAPPER(PoolAllocationConfig,
57 PoolAllocationConfig() : ptr(wasmtime_pooling_allocation_config_new()) {} in PoolAllocationConfig() function in wasmtime::PoolAllocationConfig
626 void pooling_allocation_strategy(const PoolAllocationConfig &config) { in pooling_allocation_strategy()