block_alloc icon indicating copy to clipboard operation
block_alloc copied to clipboard

Allocator of fixed sized blocks from pre-allocated arena

Results 1 block_alloc issues
Sort by recently updated
recently updated
newest added

I was trying to play with Reactor on nightly and received the following errors: ``` rust src/block_allocator.rs:92:20: 92:34 error: use of unstable library feature 'raw' src/block_allocator.rs:92 let repr : raw::Slice...