Searched refs:SIZEOF_LONG_ALIGN (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.3/kernel/src/mm/ | ||
D | slab.h | 9 #define SIZEOF_LONG_ALIGN(size) ((size + sizeof(long) - 1) & ~(sizeof(long) - 1)) macro |
D | slab.c | 46 slab_pool->size = SIZEOF_LONG_ALIGN(size); in slab_create() |