Lines Matching defs:size
34 void *loader_alloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope al…
51 void *loader_calloc(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope a…
85 …ader_realloc(const VkAllocationCallbacks *pAllocator, void *pMemory, size_t orig_size, size_t size,
105 void *loader_instance_heap_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocatio…
109 void *loader_instance_heap_calloc(const struct loader_instance *inst, size_t size, VkSystemAllocati…
116 …ance_heap_realloc(const struct loader_instance *inst, void *pMemory, size_t orig_size, size_t size,
121 void *loader_device_heap_alloc(const struct loader_device *dev, size_t size, VkSystemAllocationScop…
125 void *loader_device_heap_calloc(const struct loader_device *dev, size_t size, VkSystemAllocationSco…
132 …_device_heap_realloc(const struct loader_device *dev, void *pMemory, size_t orig_size, size_t size,
137 …_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *inst, size_t size,
143 size_t size, VkSystemAllocationScope allocation_scope) {
153 void *pMemory, size_t orig_size, size_t size,