uCBQN/src/opt
2024-05-05 01:07:47 +03:00
..
comp.c use printf & fprintf instead of putchar & co 2024-05-05 01:07:47 +03:00
gc.c split up CATCH_ERRORS into functional and semantic options 2024-04-04 02:52:08 +03:00
gc.h error on nested GC 2024-04-03 05:03:37 +03:00
mm_2buddy.c add GLOBAL, INIT_GLOBAL, or const to globals 2024-02-01 21:13:39 +02:00
mm_2buddy.h add GLOBAL, INIT_GLOBAL, or const to globals 2024-02-01 21:13:39 +02:00
mm_buddy.c add GLOBAL, INIT_GLOBAL, or const to globals 2024-02-01 21:13:39 +02:00
mm_buddy.h add GLOBAL, INIT_GLOBAL, or const to globals 2024-02-01 21:13:39 +02:00
mm_buddyTemplate.c ensure desired allocation padding on NO_MMAP 2024-02-13 22:13:47 +02:00
mm_buddyTemplate.h refactor & document #define-s, always-available ')gc log' and ')mem log' 2023-10-31 03:16:48 +02:00
mm_malloc.c bucket coalescing on GC 2023-03-04 20:09:12 +02:00
mm_malloc.h add GLOBAL, INIT_GLOBAL, or const to globals 2024-02-01 21:13:39 +02:00
single.c move all targets to build.bqn with Singeli & REPLXX enabled by default 2023-05-12 20:51:25 +03:00