Save memory by using dyamic stack size in Fiber

This commit is contained in:
darktux
2024-04-05 01:58:30 +02:00
parent 30da7e61a4
commit 566ba0cb2b

View File

@@ -5,6 +5,7 @@
#include "common/assert.h" #include "common/assert.h"
#include "common/fiber.h" #include "common/fiber.h"
#define MCO_USE_VMEM_ALLOCATOR
#define MINICORO_IMPL #define MINICORO_IMPL
#include "common/minicoro.h" #include "common/minicoro.h"