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
内存池中,allocate和deallocate函数中均存在改变局部变量指针,但是没有同步到全局变量的问题
my_free_list = q; // 修改前 free_list[M_freelist_index(n)] = q; // 修改后
也许可以通过这样的方式修改
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内存池中,allocate和deallocate函数中均存在改变局部变量指针,但是没有同步到全局变量的问题
也许可以通过这样的方式修改
The text was updated successfully, but these errors were encountered: