Searched refs:PrintPointerList (Results 1 – 1 of 1) sorted by relevance
6534 void PrintPointerList(uint64_t count, const T* pItems) in PrintPointerList() function6546 void PrintPointerList(uint64_t count, const VmaAllocation* pItems);13555 PrintPointerList(allocationCount, pAllocations); in RecordAllocateMemoryPages()13639 PrintPointerList(allocationCount, pAllocations); in RecordFreeMemoryPages()13870 PrintPointerList(info.allocationCount, info.pAllocations); in RecordDefragmentationBegin()13872 PrintPointerList(info.poolCount, info.pPools); in RecordDefragmentationBegin()13970 void VmaRecorder::PrintPointerList(uint64_t count, const VmaAllocation* pItems) in PrintPointerList() function