pub fn mock_set_fbmu_arena_size(size: u64)Expand description
Set the mock FBMU arena size in bytes.
Controls the value returned by fbmu_get_arena_size. Used to test
capacity checks in MemBuilder::acquire.
Only available on native (non-WASM) targets.