ulib Add umallocbig() and ufreebig() for non-fragmented allocations
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
(_a > _b ? _a : _b); \
|
||||
})
|
||||
|
||||
#define ALIGN_UP(x, align) (((x) + ((align)-1)) & ~((align)-1))
|
||||
|
||||
void quit(void);
|
||||
|
||||
#endif // ULIB_UTIL_UTIL_H_
|
||||
|
||||
Reference in New Issue
Block a user