LeviLamina
Loading...
Searching...
No Matches
MemoryCategoryCounter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/memory/MemoryCategory.h"
7
8namespace Memory {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<1, 1, ::Memory::MemoryCategory> mCategory;
15 ::ll::TypedStorage<8, 8, uint64> mCurrentBytes;
16 struct {
17 ::ll::TypedStorage<8, 8, uint64> mTotalAllocationCount;
18 ::ll::TypedStorage<4, 4, uint> mCurrentAllocationCount;
19 ::ll::TypedStorage<4, 4, uint> mMaxAllocationCount;
20 ::ll::TypedStorage<8, 8, uint64> mMaxBytes;
21 } detailed;
22 // NOLINTEND
23};
24
25} // namespace Memory
Definition MemoryCategoryCounter.h:10