summaryrefslogtreecommitdiffstats
path: root/libnetdata/onewayalloc
AgeCommit message (Expand)Author
2022-10-09Remove extern from function declared in headers. (#13790)vkalintiris
2022-07-08fix 32bit calculation on array allocator (#13343)Costa Tsaousis
2022-07-08array allocator for dbengine page descriptors (#13312)Costa Tsaousis
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
2022-06-17Fix coverity 378587 (#13024)Emmanuel Vasilakis
2022-06-15fix crashes due to misaligned allocations (#13137)Costa Tsaousis
2022-05-19Suppress warning when freeing a NULL pointer in onewayalloc_freez (#12955)Stelios Fragkakis
2022-05-03onewayallocator to use mallocz() instead of mmap() (#12810)Costa Tsaousis
2022-05-03One way allocator to double the speed of parallel context queries (#12787)Costa Tsaousis