Add Leak Detection to Ona Heap Allocator #15

Merged
kayomn merged 12 commits from ona-allocator-safety-tracker into main 2023-06-04 16:07:47 +02:00

12 Commits

Author SHA1 Message Date
3794259949 Amend code review comments
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-04 14:06:28 +00:00
5500de299b Fix slab count not being properly updated 2023-06-04 14:00:21 +00:00
155645a308 Fix allocation size info not updating in reallocs
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-06-04 13:44:27 +00:00
d378939f30 Remove allocation checks in optimized release builds 2023-06-04 13:37:26 +00:00
341710bfbc Fix so, so many memory leaks 2023-06-04 13:09:30 +00:00
9c871aac97 Clarify panic wording in Ona heap implementation 2023-06-04 12:34:48 +00:00
331d862246 Fix leaks and double-frees in Kym VM environment
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-04 02:39:57 +00:00
08785b5b54 Improve clarity of stack trace allocation origin 2023-06-04 02:23:07 +00:00
2ec39484dc Add more detail to memory leak traces 2023-06-04 02:00:31 +00:00
d63cfc23d6 Fix various memory leaks caught by new tracer 2023-06-04 01:55:05 +00:00
d4fd1bfb43 Fix incorrect buffer slicing in stack list deinit 2023-06-04 01:34:21 +00:00
306e085d1b Add leak detection to Ona heap allocator
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-06-04 01:16:52 +00:00