summaryrefslogtreecommitdiffstats
path: root/include/shard/WSS.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shard/WSS.h')
-rw-r--r--include/shard/WSS.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/shard/WSS.h b/include/shard/WSS.h
index 87b016c..4e3a326 100644
--- a/include/shard/WSS.h
+++ b/include/shard/WSS.h
@@ -1,8 +1,8 @@
/*
* include/shard/WSS.h
*
- * Copyright (C) 2023 Dong Xie <dongx@psu.edu>
- * Douglas Rumbaugh <drumbaugh@psu.edu>
+ * Copyright (C) 2023 Douglas B. Rumbaugh <drumbaugh@psu.edu>
+ * Dong Xie <dongx@psu.edu>
*
* All rights reserved. Published under the Modified BSD License.
*
@@ -243,6 +243,10 @@ public:
return m_alloc_size;
}
+ size_t get_aux_memory_usage() {
+ return 0;
+ }
+
private:
size_t get_lower_bound(const K& key) const {