In SmallAlign implemented deallocation for the pointers
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp | ||
---|---|---|
124 | File probably could use some clang-format'ing |
compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp | ||
---|---|---|
120–128 | As we discussed offline, you need to update this comment and the one below. Adding this to give you experience about how to resolve comment in phabricator. |
In SmallAlign implemented deallocation for the pointers
Test: m scudo_wrappers_unit_tests
In SmallAlign implemented deallocation for the pointers
Test: m scudo_wrappers_unit_tests
In SmallAlign implemented deallocation for the pointers
Test: m scudo_wrappers_unit_tests
compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp | ||
---|---|---|
122 | This can fit on the line above. Also, it might be better to say something about hitting many sizes in the primary and also to allocate out of the secondary. I said this would hit every size class in the primary, but that's not true, doing every power of 2 is not guaranteed to do that. |
In SmallAlign implemented deallocation for the pointers
Test: m scudo_wrappers_unit_tests
Please remove the line
Test: m scudo_wrappers_unit_tests
in the commit message and update the summary here.
Other than that, LGTM! Please wait for @cferris 's approval.
This looks like an error, possibly pulled the line below into the comment.