Home
last modified time | relevance | path

Searched refs:byUsage (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/marl/include/marl/
Dmemory.h257 std::array<UsageStats, size_t(Allocation::Usage::Count)> byUsage; member
278 for (auto& stats : byUsage) { in numAllocations()
286 for (auto& stats : byUsage) { in bytesAllocated()
303 auto& usageStats = stats_.byUsage[int(request.usage)]; in allocate()
313 auto& usageStats = stats_.byUsage[int(allocation.request.usage)]; in free()