summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2024-05-10 18:35:30 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2024-05-10 18:35:30 -0400
commitab0ab297959fcca370e80670e17f90a780607a80 (patch)
tree3cef8050bee568b6a7c003fafe6bfa5c29accbd7 /include
parent5401f2de7621db94971f23aecd9ee5110d7de268 (diff)
downloaddynamic-extension-ab0ab297959fcca370e80670e17f90a780607a80.tar.gz
MTree structure size
Diffstat (limited to 'include')
-rw-r--r--include/framework/DynamicExtension.h2
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;