diff options
| author | Stefan Boberg <[email protected]> | 2024-12-11 12:58:21 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-12-11 12:58:21 +0100 |
| commit | 376ba6bf28792971275e9f56181f4b5230b05066 (patch) | |
| tree | 1bda5193721f3a4270d8b4f97da23bd2c29c36fb /src/zenstore/cas.cpp | |
| parent | reduce oplog job name (#261) (diff) | |
| download | zen-376ba6bf28792971275e9f56181f4b5230b05066.tar.xz zen-376ba6bf28792971275e9f56181f4b5230b05066.zip | |
Memory tracking improvements (#262)
* added LLM tag to properly tag RPC allocations
* annotated some more httpsys functions with memory tags
* only emit memory scope events if the active tag is different from the new tag
Diffstat (limited to 'src/zenstore/cas.cpp')
| -rw-r--r-- | src/zenstore/cas.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zenstore/cas.cpp b/src/zenstore/cas.cpp index 7beac31e1..73c10a6db 100644 --- a/src/zenstore/cas.cpp +++ b/src/zenstore/cas.cpp @@ -29,7 +29,6 @@ #include <filesystem> #include <functional> -#include <unordered_map> ////////////////////////////////////////////////////////////////////////// |