mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Everywhere: Use slon_mem_task for memory allocation
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
/* clang-format off */
|
||||
|
||||
U0 @slon_mem_task_loop()
|
||||
{
|
||||
while(1){Sleep(1);};
|
||||
}
|
||||
|
||||
CTask* slon_mem_task = Spawn(&@slon_mem_task_loop,, "SlonMemTask");
|
||||
|
||||
DocMax(adam_task);
|
||||
WinMax(adam_task);
|
||||
WinToTop(adam_task);
|
||||
|
||||
Reference in New Issue
Block a user