Skip to content

Commit

Permalink
Replace host::PoolAllocator with slabbin::SlabAllocator (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 authored Mar 12, 2024
1 parent e62bf5d commit 64be09e
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 281 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ raw-window-handle = "0.6"
serde = "1.0"
serde_json = "1.0"
shaderc = "0.8"
slabbin = "1.0"
smallvec = "1.8"
syn = "2.0"
thread_local = "1.1"
Expand Down
1 change: 1 addition & 0 deletions vulkano/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ once_cell = { workspace = true }
parking_lot = { workspace = true, features = ["send_guard"] }
raw-window-handle = { workspace = true, features = ["std"] }
serde = { workspace = true, optional = true }
slabbin = { workspace = true }
smallvec = { workspace = true }
thread_local = { workspace = true }
vulkano-macros = { workspace = true, optional = true }
Expand Down
Loading

0 comments on commit 64be09e

Please sign in to comment.