gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:MINSZ (0.02 seconds)
mtkernel_3
kernel/tkernel/mempfix.h - 2.0KB - 66 lines
53: #define MINSIZE         ( sizeof(FREEL) )
54: #define MINSZ(sz)       ( ((UW)(sz) + (UW)(MINSIZE-1)) & ~(UW)(MINSIZE-1) )
55: 
tkernel_2
kernel/tkernel/src/mempfix.c - 12.5KB - 498 lines
96: #define MINSIZE         ( sizeof(FREEL) )
97: #define MINSZ(sz)       ( ((sz) + (MINSIZE-1)) & ~(MINSIZE-1) )
98: