9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5d44b84a3a47e87468712ff5a75ad61f8ac52343
parent cd170d1856e83d89f82ba0bb9eb83aa865d9cf7b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 13 Oct 2020 07:51:51 +0200

os9: Reduce heap size

Change-Id: Ic4bf56ef14809b4f8877d352689a14ed507ca47e

Diffstat:
Msrc/os9/alloc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/os9/alloc.c b/src/os9/alloc.c @@ -1,6 +1,6 @@ #include <os9/os9.h> -#define HEAPSIZ (512 *KiB) +#define HEAPSIZ (4 *KiB) union bucket { long long ll;