Add a basic Vulkan memory allocator
This MR adds a basic Vulkan memory allocator. The new module contains many useful building blocks for memory allocators.
The allocator has not been battle tested yet, it needs more testing. I will be working on creating tests for everything in this crate next.
Edited by Friz64