memgraph/src/memory
Gareth Andrew Lloyd 33c400fcc1
Fixup memory e2e tests (#1715)
- Remove the e2e that did concurrent mgp_* calls on the same transaction
  (ATM this is unsupported)
- Fix up the concurrent mgp_global_alloc test to be testing it more precisely
- Reduce the memory limit on detach delete test due to recent memory
  optimizations around deltas.
- No longer throw from hook, through jemalloc C, to our C++ on other
  side. This cause mutex unlocks to not happen.
- No longer allocate error messages while inside the hook. This caused
  recursive entry back inside jamalloc which would try to relock a
  non-recursive mutex.
2024-02-16 15:35:08 +00:00
..
CMakeLists.txt Fix GC by adding periodic jemalloc purge (#1471) 2023-11-14 15:06:21 -05:00
global_memory_control.cpp Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +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