diff options
author | Chia-hung Duan <chiahungduan@google.com> | 2023-03-06 19:22:30 +0000 |
---|---|---|
committer | Chia-hung Duan <chiahungduan@google.com> | 2023-03-06 19:26:40 +0000 |
commit | a6e3bb9bfbd0cce075e4e8809ba349fdcc2feb34 (patch) | |
tree | 50dc026f91306bf1758f7e4d2aa0f2a8ca43426a /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp | |
parent | 3df28efaa0d2611e033a5fdce8e369446da9d3dc (diff) | |
download | llvm-a6e3bb9bfbd0cce075e4e8809ba349fdcc2feb34.zip llvm-a6e3bb9bfbd0cce075e4e8809ba349fdcc2feb34.tar.gz llvm-a6e3bb9bfbd0cce075e4e8809ba349fdcc2feb34.tar.bz2 |
[scudo] Make the boundary of memory group aligned with region begin
This alignment guarantee enables simpler group range check while page
releasing and a potential optimization which is, now all the pointers
from the same group are also inth same region, that means the complexity
in markFreeBlocks() can be reduced as well.
Reviewed By: cferris
Differential Revision: https://reviews.llvm.org/D142931
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions