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

  /src/sys/arch/atari/atari/
stalloc.h 50 #define ST_BLOCKSIZE (sizeof(long))
51 #define ST_BLOCKMASK (~(ST_BLOCKSIZE - 1))
stalloc.c 92 size = (size & ST_BLOCKMASK) + ST_BLOCKSIZE;

Completed in 12 milliseconds