bpf 实现支持热插拔的内存泄露检测

This commit is contained in:
1iaan
2026-01-27 13:57:37 +00:00
parent c99867b342
commit 226f9a510f
4 changed files with 38 additions and 2 deletions

View File

@@ -28,6 +28,6 @@
<memory>
<allocator>mypool</allocator> <!-- jemalloc / malloc / mypool -->
<leakage>enable</leakage> <!-- enable/disable-->
<leakage>disable</leakage> <!-- enable/disable-->
</memory>
</config>