mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 13:56:09 +00:00
[nfc][dfsan] Remove obsolete comment
This commit is contained in:
parent
930ccf0191
commit
b6169e231e
@ -88,7 +88,6 @@ int main(int argc, char **argv) {
|
||||
before + mmap_cost_kb + mmap_shadow_cost_kb + mmap_origin_cost_kb);
|
||||
|
||||
#ifdef ORIGIN_TRACKING
|
||||
// Origin chain (sanitizer PersistentAllocator, never freed).
|
||||
// This value is chosen based on observed difference.
|
||||
const size_t mmap_origin_chain_kb = 4000;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user