Home
last modified time | relevance | path

Searched refs:BLOCKLOG (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dmalloc.h124 #define BLOCKLOG (INT_BIT > 16 ? 12 : 9) macro
125 #define BLOCKSIZE (1 << BLOCKLOG)
H A Dgmalloc.c126 #define BLOCKLOG (INT_BIT > 16 ? 12 : 9) macro
127 #define BLOCKSIZE (1 << BLOCKLOG)
398 struct list _fraghead[BLOCKLOG];
H A Dmalloc.c52 struct list _fraghead[BLOCKLOG];