| 30 | } |
| 31 | |
| 32 | void Add(VRAMCategory category, unsigned long long bytes) |
| 33 | { |
| 34 | _categories[(int)category] += bytes; |
| 35 | _total += bytes; |
| 36 | } |
| 37 | |
| 38 | void Remove(VRAMCategory category, unsigned long long bytes) |
| 39 | { |
no outgoing calls
no test coverage detected