Searched defs:AllocTrack (Results 1 – 1 of 1) sorted by relevance
2384 struct AllocTrack struct2386 bool active;2387 bool wasAllocated;2388 void* alignedStartAddress;2389 char* actualStartAddress;2390 size_t requestedSizeBytes;2391 size_t actualSizeBytes;2392 VkSystemAllocationScope allocScope;2393 deUint64 userData;2395 AllocTrack() in AllocTrack() argument