Home
last modified time | relevance | path

Searched defs:BLOCKIFY (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dmalloc.h126 #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE) macro
H A Dgmalloc.c128 #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE) macro