| Index: Source/wtf/ListHashSet.h
|
| diff --git a/Source/wtf/ListHashSet.h b/Source/wtf/ListHashSet.h
|
| index 8788d99f83de8f8a6b258131c2d77c2597383413..e9e132af13b908b1a5542a7c7175bbd39160b4ae 100644
|
| --- a/Source/wtf/ListHashSet.h
|
| +++ b/Source/wtf/ListHashSet.h
|
| @@ -338,7 +338,7 @@ namespace WTF {
|
|
|
| Node* m_freeList;
|
| bool m_isDoneWithInitialFreeList;
|
| -#if defined(MEMORY_TOOL_REPLACES_ALLOCATOR)
|
| +#if defined(MEMORY_SANITIZER_INITIAL_SIZE)
|
| // The allocation pool for nodes is one big chunk that ASAN has no
|
| // insight into, so it can cloak errors. Make it as small as possible
|
| // to force nodes to be allocated individually where ASAN can see them.
|
|
|