mbox series

[0/4] mini-os: cleanup of mm.c

Message ID 20240722150141.31391-1-jgross@suse.com (mailing list archive)
Headers show
Series mini-os: cleanup of mm.c | expand

Message

Jürgen Groß July 22, 2024, 3:01 p.m. UTC
Some cleanups in mm.c: style, removal of unused stuff, optimizations.

Juergen Gross (4):
  mini-os: make mm.c coding style compliant
  mini-os: mm: remove not needed struct chunk_tail_st
  mini-os: mm: reduce buddy allocator list administration data
  mini-os: remove sanity_check()

 include/lib.h |   3 -
 mm.c          | 264 +++++++++++++++++++++-----------------------------
 2 files changed, 112 insertions(+), 155 deletions(-)