Searched refs:MINALLOCSIZE (Results 1 – 4 of 4) sorted by relevance
370 #define MINALLOCSIZE (1 << MINBUCKET) macro
409 if (freedsize != 0 && size > MINALLOCSIZE && freedsize <= size / 2)
479 new = MINALLOCSIZE / sizeof(void *); in config_make_softc()
366 #if (MAXALLOCSAVE > MINALLOCSIZE * 32768)