← 返回首页
GitHub - dylanede/vulkan-malloc: A Rust implementation of a general purpose device memory allocator for Vulkan · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

dylanede/vulkan-malloc

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

vulkan-malloc

[dependencies] vulkan-malloc = "0.1.5"

This crate provides an implementation of a general purpose device memory allocator that should cover common use cases for Vulkan-based applications, while minimising the frequency of actual allocations of memory blocks from the Vulkan runtime.

This crate is heavily based on the C++ library VulkanMemoryAllocator from AMD.

For more details about the rationale and implementation of this crate, please see the documentation of VulkanMemoryAllocator.

Allocator itself is thread-safe - it is both Send and Sync.

dacite is used for Vulkan bindings.

License

This library is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A Rust implementation of a general purpose device memory allocator for Vulkan

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Footer

© 2026 GitHub, Inc.