summaryrefslogtreecommitdiff
path: root/sysdep/unix/alloc.c
AgeCommit message (Expand)Author
2022-11-02Memory pages are not munmapped, instead we just madvise()Maria Matejka
2022-03-09Fixed a static assert in page allocatorMaria Matejka
2022-03-09Fixed resource initialization in unit testsMaria Matejka
2022-03-09Single-threaded version of sark-branch memory page managementMaria Matejka
2022-02-08Alloc: Use posix_memalign() instead of aligned_alloc()Ondrej Zajicek (work)
2021-11-24Directly mapped pages are kept for future use if temporarily not neededMaria Matejka
2021-03-25Slab: head now uses bitmask for used/free nodes info instead of listsMaria Matejka