Skip to content

Commit

Permalink
vulkano-rs#2317 docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Sep 9, 2023
1 parent b4f4089 commit b972d6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vulkano/src/memory/allocator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -850,12 +850,6 @@ impl StandardMemoryAllocator {
/// another block. No `DeviceMemory` is allocated when the allocator is created, the blocks are
/// only allocated once they are needed.
///
/// # Locking behavior
///
/// The allocator never needs to lock while suballocating unless `S` needs to lock. The only time
/// when a pool must be locked is when a new `DeviceMemory` block is allocated for the pool. This
/// means that the allocator is suited to both locking and lock-free (sub)allocation algorithms.
///
/// [memory allocator]: MemoryAllocator
/// [suballocate]: Suballocator
/// [the `MemoryAllocator` implementation]: Self#impl-MemoryAllocator-for-GenericMemoryAllocator<S>
Expand Down

0 comments on commit b972d6a

Please sign in to comment.