Code cleanup.
Last minute code clean up to fix some comments and rename `address_space_size` to `memory_reservation_size` to better describe what the option is doing.
This commit is contained in:
@@ -378,7 +378,7 @@ fn async_with_pooling_stacks() {
|
||||
},
|
||||
instance_limits: InstanceLimits {
|
||||
count: 1,
|
||||
address_space_size: 1,
|
||||
memory_reservation_size: 1,
|
||||
},
|
||||
})
|
||||
.expect("pooling allocator created");
|
||||
|
||||
Reference in New Issue
Block a user