aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/heap
AgeCommit message (Expand)AuthorFilesLines
2024-12-01Add comments and fix edge caseMatteo Gmür1-3/+20
2024-12-01enable heap testFabian Imhof1-3/+2
2024-12-01implement heap linked_list deallocateFabian Imhof1-21/+43
2024-12-01implement first half of linked list dallocationFabian Imhof3-14/+47
2024-12-01Adjust allocateMatteo Gmür1-3/+7
2024-11-28Start imlementation on actual algorithmMatteo Gmür1-11/+33
2024-11-28Start with linked list alloc and deallocMatteo Gmür1-0/+27
2024-11-28Create base of linked list allocatorMatteo Gmür2-0/+27
2024-11-26Replace strong with weak compare_exchangeMatteo Gmür1-2/+3
2024-11-26Make bump allocator atomic and therefore thread safeMatteo Gmür1-8/+35
2024-11-24Adjust bump allocator commentMatteo Gmür1-2/+0
2024-11-24Add comments and rename fileMatteo Gmür1-4/+3
2024-11-24add doxygen comments to remappingFabian Imhof1-3/+3
2024-11-24implement basic heap and remap itFabian Imhof1-0/+27