diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-05-10 18:35:30 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-05-10 18:35:30 -0400 |
| commit | ab0ab297959fcca370e80670e17f90a780607a80 (patch) | |
| tree | 3cef8050bee568b6a7c003fafe6bfa5c29accbd7 /include/framework/DynamicExtension.h | |
| parent | 5401f2de7621db94971f23aecd9ee5110d7de268 (diff) | |
| download | dynamic-extension-ab0ab297959fcca370e80670e17f90a780607a80.tar.gz | |
MTree structure size
Diffstat (limited to 'include/framework/DynamicExtension.h')
| -rw-r--r-- | include/framework/DynamicExtension.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h index 538ff25..e2e2784 100644 --- a/include/framework/DynamicExtension.h +++ b/include/framework/DynamicExtension.h @@ -218,7 +218,7 @@ public: */ size_t get_aux_memory_usage() { auto epoch = get_active_epoch(); - auto t = m_buffer->get_memory_usage() + epoch->get_structure()->get_aux_memory_usage(); + auto t = epoch->get_structure()->get_aux_memory_usage(); end_job(epoch); return t; |