Searched defs:pAllocationCallbacks (Results 1 – 2 of 2) sorted by relevance
1100 const ALLOCATION_CALLBACKS* pAllocationCallbacks; member1377 const ALLOCATION_CALLBACKS* pAllocationCallbacks; member
2287 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member4676 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc()4693 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree()4707 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate()4713 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray()4723 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete()4730 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array()5276 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t f… in VmaPoolAllocator()5426 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) : in VmaRawList()8246 VmaJsonWriter::VmaJsonWriter(const VkAllocationCallbacks* pAllocationCallbacks, VmaStringBuilder& s… in VmaJsonWriter()[all …]