Fix dlmalloc horror bug - mman_map overwrites application code
This commit is contained in:
6
ulib/util/util.h
Normal file
6
ulib/util/util.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef ULIB_UTIL_UTIL_H_
|
||||
#define ULIB_UTIL_UTIL_H_
|
||||
|
||||
#define ARRLEN(X) (sizeof((X))/sizeof((X)[0]))
|
||||
|
||||
#endif // ULIB_UTIL_UTIL_H_
|
Reference in New Issue
Block a user