summaryrefslogtreecommitdiff
path: root/sysdep/unix/alloc.c
AgeCommit message (Expand)Author
2022-07-18Merge commit '94eb0858' into thread-nextMaria 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-10-13Multipage allocationMaria Matejka
2021-09-10Bound allocated pages to resource pools with page caches to avoid unnecessary...Maria Matejka
2021-03-25Slab: head now uses bitmask for used/free nodes info instead of listsMaria Matejka