summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_heap.c
AgeCommit message (Expand)Author
2025-09-01lib: sbi_heap: Simplify allocation algorithmSamuel Holland
2025-09-01lib: sbi_heap: Allocate list nodes dynamicallySamuel Holland
2025-04-15lib: sbi: Remove unnecessary SBI_INIT_LIST_HEADXiang W
2024-08-09lib: sbi: Implement aligned memory allocatorsGregor Haas
2024-08-09lib: sbi: Allocate from beginning of heap blocksGregor Haas
2024-08-09lib: sbi: Support multiple heapsGregor Haas
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto
2023-06-05lib: sbi: Introduce simple heap allocatorAnup Patel