Home
last modified time | relevance | path

Searched refs:MINALLOCSIZE (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/sys/
Dmalloc.h370 #define MINALLOCSIZE (1 << MINBUCKET) macro
/openbsd/src/sys/kern/
Dkern_malloc.c409 if (freedsize != 0 && size > MINALLOCSIZE && freedsize <= size / 2)
Dsubr_autoconf.c479 new = MINALLOCSIZE / sizeof(void *); in config_make_softc()
/openbsd/src/regress/usr.bin/diff/
Dt8.1366 #if (MAXALLOCSAVE > MINALLOCSIZE * 32768)