Remove usages of generic allocator in the layer
authorNormunds Rieksts <normunds.rieksts@arm.com>
Mon, 19 Jul 2021 16:34:54 +0000 (17:34 +0100)
committerNormunds Rieksts <normunds.rieksts@arm.com>
Thu, 22 Jul 2021 18:05:26 +0000 (19:05 +0100)
commitd63261cce50b510a17759ea14914ccc3a5803e03
tree62a27ab1def715c32ac0f097365ff9e2067e082a
parentb64498c0211df67cf132bb310c8af466a97be810
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

Change-Id: I43594ddd3c506048ca0f02e31b64597a7abc481b
Signed-off-by: Normunds Rieksts <normunds.rieksts@arm.com>
layer/private_data.cpp
util/custom_allocator.hpp
wsi/surface_properties.hpp
wsi/wayland/surface_properties.cpp
wsi/wayland/surface_properties.hpp
wsi/wsi_factory.cpp