We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://club.rt-thread.org/ask/question/34fb69df13455861.html
#define MIN_SIZE (sizeof(rt_ubase_t) + sizeof(rt_size_t) + sizeof(rt_size_t))
rt_small_mem_item
resv
rt_ubase_t
pool_ptr
The text was updated successfully, but these errors were encountered:
64位我没有用过,不知道这么理解的对不对;不合理请指正
Sorry, something went wrong.
No branches or pull requests
https://club.rt-thread.org/ask/question/34fb69df13455861.html
rt_small_mem_item
结构体在64位下resv
,其实已经没有必要了;之前是16bit+16bit,所以需要一个32bit的resv
;现在64位下,rt_ubase_t
类型的pool_ptr
已经是8字节The text was updated successfully, but these errors were encountered: