MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / vmaCreatePool

Function vmaCreatePool

include/vk_mem_alloc.h:16180–16192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16178}
16179
16180VMA_CALL_PRE VkResult VMA_CALL_POST vmaCreatePool(
16181 VmaAllocator allocator,
16182 const VmaPoolCreateInfo* pCreateInfo,
16183 VmaPool* pPool)
16184{
16185 VMA_ASSERT(allocator && pCreateInfo && pPool);
16186
16187 VMA_DEBUG_LOG("vmaCreatePool");
16188
16189 VMA_DEBUG_GLOBAL_MUTEX_LOCK
16190
16191 return allocator->CreatePool(pCreateInfo, pPool);
16192}
16193
16194VMA_CALL_PRE void VMA_CALL_POST vmaDestroyPool(
16195 VmaAllocator allocator,

Callers 15

TestJsonFunction · 0.85
TestPool_MinBlockCountFunction · 0.85
TestHeapSizeLimitFunction · 0.85
TestDebugMarginFunction · 0.85
TestLinearAllocatorFunction · 0.85

Calls

no outgoing calls

Tested by 15

TestJsonFunction · 0.68
TestPool_MinBlockCountFunction · 0.68
TestHeapSizeLimitFunction · 0.68
TestDebugMarginFunction · 0.68
TestLinearAllocatorFunction · 0.68