feat: changed usage of leaks for our own leak detector by reference counting

This commit is contained in:
2026-01-11 11:08:33 +02:00
parent 8bc3fa085e
commit fb89b45fef
5 changed files with 14 additions and 9 deletions

View File

@@ -4,4 +4,5 @@ Arena Allocator of the NI-C system
## Dependencies
- [ni-const](https://codecave.studiosi.es/studiosi/ni-const) constants library of the NI-C system
- [ni-const](https://codecave.studiosi.es/studiosi/ni-const) constants library of the NI-C system
- [ni-leakdetector](https://codecave.studiosi.es/studiosi/ni-leakdetector) leak detector of the NI-C system