Remove usages of generic allocator in the layer
Remove all the leftover instances in layer that still use the generic allocator rather than the VkAllocationCallbacks
Add additional memory utility that allows to release memory allocated by custom allocators using RAII
Edited by Normunds Rieksts