Lines Matching defs:alloc
43 const VkAllocationCallbacks *alloc)
47 instance->alloc = *alloc;
61 vk_alloc2(alloc, alloc, sizeof(struct vk_debug_utils_messenger), 8,
70 messenger->alloc = *alloc;
90 vk_strdup(&instance->alloc, app->pApplicationName,
95 vk_strdup(&instance->alloc, app->pEngineName,
193 vk_free2(&instance->alloc, &messenger->alloc, messenger);
202 vk_free2(&instance->alloc, &messenger->alloc, messenger);
207 vk_free(&instance->alloc, (char *)instance->app_info.app_name);
208 vk_free(&instance->alloc, (char *)instance->app_info.engine_name);