xalloc-rs icon indicating copy to clipboard operation
xalloc-rs copied to clipboard

Dynamic suballocators for external memory (e.g., Vulkan device memory). Umaintained - consider migrating to https://crates.io/crates/offset-allocator

Results 1 xalloc-rs issues
Sort by recently updated
recently updated
newest added

In this function you use the unsafe keyword for some safe expressions. We need to mark unsafe operations more precisely using unsafe keyword. Keeping unsafe blocks small can bring many...