Home
last modified time | relevance | path

Searched defs:pAllocationCallbacks (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.h1100 const ALLOCATION_CALLBACKS* pAllocationCallbacks; member
1377 const ALLOCATION_CALLBACKS* pAllocationCallbacks; member
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h2287 const VkAllocationCallbacks* VMA_NULLABLE pAllocationCallbacks; member
4676 static void* VmaMalloc(const VkAllocationCallbacks* pAllocationCallbacks, size_t size, size_t alignment) in VmaMalloc() argument
4693 static void VmaFree(const VkAllocationCallbacks* pAllocationCallbacks, void* ptr) in VmaFree() argument
4707 VmaAllocate(const VkAllocationCallbacks* pAllocationCallbacks) VmaAllocate() argument
4713 VmaAllocateArray(const VkAllocationCallbacks* pAllocationCallbacks, size_t count) VmaAllocateArray() argument
4723 vma_delete(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr) vma_delete() argument
4730 vma_delete_array(const VkAllocationCallbacks* pAllocationCallbacks, T* ptr, size_t count) vma_delete_array() argument
5276 VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t firstBlockCapacity) VmaPoolAllocator() argument
5426 VmaRawList(const VkAllocationCallbacks* pAllocationCallbacks) VmaRawList() argument
8241 VmaJsonWriter(const VkAllocationCallbacks* pAllocationCallbacks, VmaStringBuilder& sb) VmaJsonWriter() argument
[all...]

Completed in 15 milliseconds