Add skeleton for memory pool allocator
This commit is contained in:
11
xtoskrnl/mm/alloc.cc
Normal file
11
xtoskrnl/mm/alloc.cc
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/mm/alloc.cc
|
||||
* DESCRIPTION: Memory manager pool allocation
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user