chore: update stage0
This commit is contained in:
parent
cde7fd97fa
commit
b28c427cb6
1 changed files with 1 additions and 1 deletions
2
stage0/src/runtime/alloc.cpp
generated
2
stage0/src/runtime/alloc.cpp
generated
|
|
@ -10,7 +10,7 @@ Author: Leonardo de Moura
|
|||
#include <lean/alloc.h>
|
||||
#include <lean/lean.h>
|
||||
|
||||
#define LEAN_PAGE_SIZE 65536 // 64 Kb
|
||||
#define LEAN_PAGE_SIZE 8192 // 8 Kb
|
||||
#define LEAN_SEGMENT_SIZE 8*1024*1024 // 8 Mb
|
||||
#define LEAN_NUM_SLOTS (LEAN_MAX_SMALL_OBJECT_SIZE / LEAN_OBJECT_SIZE_DELTA)
|
||||
#define LEAN_MAX_TO_EXPORT_OBJS 1024
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue