HomeSort by: relevance | last modified time | path
    Searched defs:BLOCKIFY (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
malloc.h 126 #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE)
gmalloc.c 128 #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE)
496 = BLOCKIFY (heapsize * sizeof (malloc_info));
616 blocks = BLOCKIFY (size);
1124 blocks = BLOCKIFY (size);

Completed in 24 milliseconds