Sync/kernel/memory.c

15 lines
436 B
C
Raw Normal View History

2019-07-24 00:39:12 +00:00
/************************
*** Team Kitty, 2019 ***
*** Sync ***
***********************/
/* ==================== Sync Memory Management ==================== */
/* Bear with me.
* The plan for this file is to contain all of the memory management, as you can probably tell.
* That means alloc, free, move, set, and AVX of all the above.
* That means a lot of work, and a lot of commenting.
*
* TODO: The above.
*/