mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-29 18:18:21 +00:00
Stdlib: initial version
This commit is contained in:
parent
ad920df098
commit
59a7d48568
5 changed files with 166 additions and 47 deletions
|
|
@ -810,7 +810,7 @@ extern void __gc_root_scan_stack ();
|
|||
/* ======================================== */
|
||||
|
||||
//static size_t SPACE_SIZE = 128;
|
||||
static size_t SPACE_SIZE = 1280;
|
||||
static size_t SPACE_SIZE = 1024 * 1024;
|
||||
# define POOL_SIZE (2*SPACE_SIZE)
|
||||
|
||||
static void swap (size_t ** a, size_t ** b) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue