mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Remove the tail spaces from all files except Documentation
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Brennan Ashton
parent
528dce4f7f
commit
2c5f653bfd
+1
-1
@@ -101,7 +101,7 @@ This directory contains the NuttX memory management logic. This include:
|
||||
|
||||
2.Implement xxx_malloc, xxx_free, xxx_memcpy... in source code, you can:
|
||||
a.Modify some arguments(e.g. extend the allocation size for redzone)
|
||||
d.Check the critical arguments(e.g. pointer and length) in the range
|
||||
d.Check the critical arguments(e.g. pointer and length) in the range
|
||||
b.Forward to the original implementation(call malloc/free/memcpy)
|
||||
c.Attach the context info(e.g. file and line) before return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user