Searched refs:HEAP_SIZE (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/boot/platform/amiga_m68k/
H A Dstart.cpp23 #define HEAP_SIZE 65536 macro
135 args.heap_size = HEAP_SIZE;
/haiku/src/system/boot/platform/atari_m68k/
H A Dstart.cpp23 #define HEAP_SIZE 65536 macro
143 args.heap_size = HEAP_SIZE;
/haiku/src/system/boot/platform/openfirmware/
H A Dstart.cpp26 #define HEAP_SIZE (512 * 1024) macro
107 args.heap_size = HEAP_SIZE;
/haiku/src/system/boot/platform/bios_ia32/
H A Dstart.cpp34 #define HEAP_SIZE ((1024 + 256) * 1024) macro
187 args.heap_size = HEAP_SIZE;
/haiku/src/system/boot/platform/riscv/
H A Dstart.cpp27 #define HEAP_SIZE (1024*1024) macro
208 args.heap_size = HEAP_SIZE;
/haiku/src/system/boot/platform/u-boot/
H A Dstart.cpp33 #define HEAP_SIZE (128 * 1024) macro
194 args.heap_size = HEAP_SIZE;
/haiku/src/system/boot/platform/next_m68k/
H A Dstart.cpp22 #define HEAP_SIZE 65536 macro
249 args.heap_size = HEAP_SIZE;

Completed in 372 milliseconds