15 lines
436 B
C
15 lines
436 B
C
/************************
|
|
*** 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.
|
|
*/
|
|
|