Searched defs:AllocTrack (Results 1 – 1 of 1) sorted by relevance
2432 struct AllocTrack struct2434 bool active;2435 bool wasAllocated;2436 void *alignedStartAddress;2437 char *actualStartAddress;2438 size_t requestedSizeBytes;2439 size_t actualSizeBytes;2440 VkSystemAllocationScope allocScope;2441 uint64_t userData;2443 AllocTrack() in AllocTrack() argument