os-k/src/kaleid/kernel/mm/malloc.c

13 lines
761 B
C
Raw Normal View History

2018-12-25 19:40:32 +01:00
//----------------------------------------------------------------------------//
// GNU GPL OS/K //
// //
// Authors: spectral` //
// NeoX //
// //
// Desc: Memory allocation routines //
// Only exists to trigger Neox //
//----------------------------------------------------------------------------//
#include "kernel/mm/malloc.h"