Searched refs:PoolAllocationConfig (Results 1 – 2 of 2) sorted by relevance
7 TEST(PoolAllocationConfig, Smoke) { in TEST() argument8 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()
53 class PoolAllocationConfig { class54 WASMTIME_OWN_WRAPPER(PoolAllocationConfig,57 PoolAllocationConfig() : ptr(wasmtime_pooling_allocation_config_new()) {} in PoolAllocationConfig() function in wasmtime::PoolAllocationConfig626 void pooling_allocation_strategy(const PoolAllocationConfig &config) { in pooling_allocation_strategy()