no NOT nice

This commit is contained in:
tildearrow 2024-03-03 03:19:19 -05:00
parent 2eb8099cb4
commit 01c5e9a913
4 changed files with 20 additions and 1 deletions

View file

@ -460,6 +460,7 @@ struct DivMemoryEntry {
struct DivMemoryComposition {
std::vector<DivMemoryEntry> entries;
String name;
size_t capacity;
size_t used;
};