chore: update stage0

This commit is contained in:
Leonardo de Moura 2021-01-30 10:52:57 -08:00
parent cde7fd97fa
commit b28c427cb6

View file

@ -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