mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
capacity/used
This commit is contained in:
parent
e98c32f808
commit
053967ea90
1 changed files with 2 additions and 0 deletions
|
@ -460,6 +460,8 @@ struct DivMemoryEntry {
|
|||
|
||||
struct DivMemoryComposition {
|
||||
std::vector<DivMemoryEntry> entries;
|
||||
size_t capacity;
|
||||
size_t used;
|
||||
};
|
||||
|
||||
class DivEngine;
|
||||
|
|
Loading…
Reference in a new issue