forked from OSchip/llvm-project
parent
538f8ab438
commit
bb4cf6e1e1
|
@ -19,7 +19,6 @@
|
|||
namespace __hwasan {
|
||||
|
||||
struct HwasanThreadLocalMallocStorage {
|
||||
uptr quarantine_cache[16];
|
||||
// Allocator cache contains atomic_uint64_t which must be 8-byte aligned.
|
||||
ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
|
||||
void CommitBack();
|
||||
|
|
Loading…
Reference in New Issue