minicoro's Zig bindings
Go to file
2023-09-01 17:41:27 +00:00
minicoro@8673ca62ed use translate-c on testsuite.c 2023-03-15 04:34:47 +00:00
src Update to Zig 0.11.0 2023-09-01 09:33:03 +00:00
.gitignore use translate-c on testsuite.c 2023-03-15 04:34:47 +00:00
.gitmodules use translate-c on testsuite.c 2023-03-15 04:34:47 +00:00
build.zig Add compile flags for minicoro 2023-09-01 17:41:27 +00:00
readme.md use translate-c on testsuite.c 2023-03-15 04:34:47 +00:00

Observed Facts

  • each mco_desc can have separate malloc/free functions
  • the library itself doesn't allocate

Feature flags

  • MCO_ZERO_MEMORY
  • MCO_DEBUG unless NDEBUG or MCO_NO_DEBUG
  • MCO_MIN_STACK_SIZE
  • MCO_DEFAULT_STORAGE_SIZE (push/pop)
  • MCO_DEFAULT_STACK_SIZE