Refactor loader allocation functionality
authorCharles Giessen <charles@lunarg.com>
Sat, 21 May 2022 00:40:30 +0000 (18:40 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 24 May 2022 20:18:26 +0000 (14:18 -0600)
commite65a8bcaeb8f1405c08463da88e8137fd87b7c3a
tree769c9acacce94e4e37a50ecbd1eff9fb1969c637
parent2e5d77b6ef57619a23ab448a4c1b5c58cd1903ea
Refactor loader allocation functionality

Created wrapper functions loader_alloc, loader_calloc, loader_free,
and loader_realloc. Made the existing loader allocation functions use
them. Replaced manual usage of VkAllocatorCallbacks with the new
wrapper functions.
loader/allocation.c
loader/allocation.h
loader/debug_utils.c
loader/get_environment.c
loader/loader.c
loader/trampoline.c
loader/vk_loader_platform.h