param.h (134B)
- #include_next <sys/param.h>
- #define ALIGNBYTES (sizeof(uintptr_t) - 1)
- #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)
git clone https://anongit.hacktivis.me/git/oasis.git
param.h (134B)
- #include_next <sys/param.h>
- #define ALIGNBYTES (sizeof(uintptr_t) - 1)
- #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)