-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[libc][syscall] 新手PR任务_Add detailed function comments for memory management #7426 #10880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
07e67bc
6f1342e
e789b92
07e19eb
fb69b30
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,6 +7,7 @@ | |||||
| * Date Author Notes | ||||||
| * 2014-08-03 bernard Add file header | ||||||
| * 2021-11-13 Meco Man implement no-heap warning | ||||||
| * 2025-11-1 MaChengyang Add detailed function comments | ||||||
|
||||||
| * 2025-11-1 MaChengyang Add detailed function comments | |
| * 2025-11-1 MaChengyang Add detailed function comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议不要更新这种列表了,不理解为啥 RTT 还在用这种很古老的方式。现在有 git,在git 的 commit 里加上你的签名就好了,可以看一下其他用 git的开源项目里的加签名的方式 ”Signed-off-by: Your name "。
Copilot
AI
Nov 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Date format is inconsistent with other entries. Should use 'YYYY-MM-DD' format (2025-11-01) instead of 'YYYY-MM-D' (2025-11-1). / 日期格式与其他条目不一致。应使用 'YYYY-MM-DD' 格式(2025-11-01)而不是 'YYYY-MM-D'(2025-11-1)。