memgraph/src/memory
Gareth Andrew Lloyd da898be8f9
Compact Delta 80B -> 56B (#1747)
Make special structure for old_disk_key. std::optional<std::string> was
40B, which is the largest member of out action union. Replaced with 8B,
structure.

This makes largest member now vertex_edge at 24B, this means Delta is
now only 56B.

🥳🎉 Now less than a cacheline 🎊
2024-02-27 17:21:52 +00:00
..
CMakeLists.txt Fix GC by adding periodic jemalloc purge (#1471) 2023-11-14 15:06:21 -05:00
global_memory_control.cpp Compact Delta 80B -> 56B (#1747) 2024-02-27 17:21:52 +00:00
global_memory_control.hpp Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
new_delete.cpp Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
query_memory_control.cpp Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
query_memory_control.hpp Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00