shithub: riscv

Download patch

ref: 91f79ce9fab7c9920b6f331ca074d58c17755fc9
parent: c8e25d2a18c0395431abc5818a1d2f0561b0181f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Aug 17 13:38:46 EDT 2022

kernel: allocate notes in heap

de-bloat the proc structure by allocating notes
with on the heap instead of embedding them in
the proc structure.

This saves around 640 bytes per process.