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; member4631 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t align… in VmaMalloc()4648 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree()4662 static T* VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) in VmaAllocate()4668 static T* VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) in VmaAllocateArray()4678 static void vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) in vma_delete()4685 static void vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t coun… in vma_delete_array()5231 VmaPoolAllocator<T>::VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t f… in VmaPoolAllocator()5381 VmaRawList<T>::VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) : in VmaRawList()8141 VmaJsonWriter::VmaJsonWriter(const VkAllocationCallbacks* pAllocationCallbacks, VmaStringBuilder& s… in VmaJsonWriter()[all …]