You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[scudo] Mitigate the overhead in cache storing when MTE enabled
mapSecondary() requires two mmap calls and may impact the performance in
some cases that use secondary allocator heavily. Only use
setMemoryPermission to reduce the time in contention of memory system calls.
0 commit comments