mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
fix:mmsize_t need support 64bit
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@
|
||||
#ifdef CONFIG_MM_SMALL
|
||||
typedef uint16_t mmsize_t;
|
||||
#else
|
||||
typedef uint32_t mmsize_t;
|
||||
typedef size_t mmsize_t;
|
||||
#endif
|
||||
|
||||
/* This describes an allocated chunk. An allocated chunk is
|
||||
|
||||
Reference in New Issue
Block a user