Home
last modified time | relevance | path

Searched defs:BRKSIZ (Results 1 – 14 of 14) sorted by relevance

/openbsd/sys/arch/armv7/include/
H A Dvmparam.h43 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd/sys/arch/arm/include/
H A Dvmparam.h58 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd/sys/arch/m88k/include/
H A Dvmparam.h51 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd/sys/arch/sh/include/
H A Dvmparam.h57 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd/sys/arch/powerpc64/include/
H A Dvmparam.h18 #define BRKSIZ ((paddr_t)16*1024*1024*1024) /* heap gap size */ macro
/openbsd/sys/arch/alpha/include/
H A Dvmparam.h64 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd/sys/arch/arm64/include/
H A Dvmparam.h58 #define BRKSIZ ((paddr_t)16*1024*1024*1024) /* heap gap size */ macro
/openbsd/sys/arch/mips64/include/
H A Dvmparam.h63 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd/sys/arch/macppc/include/
H A Dvmparam.h53 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd/sys/arch/sparc64/include/
H A Dvmparam.h73 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd/sys/arch/amd64/include/
H A Dvmparam.h66 #define BRKSIZ ((paddr_t)8*1024*1024*1024) /* heap gap size */ macro
/openbsd/sys/arch/hppa/include/
H A Dvmparam.h48 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd/sys/arch/i386/include/
H A Dvmparam.h57 #define BRKSIZ (128*1024*1024) /* heap gap size */ macro
/openbsd/sys/arch/riscv64/include/
H A Dvmparam.h59 #define BRKSIZ ((paddr_t)1*1024*1024*1024) /* heap gap size */ macro