struct ThreadLocalPackedVariables

Defined at line 20 of file ../../third_party/scudo/gwp_asan/platform_specific/guarded_pool_allocator_tls.h

Pack the thread local variables into a struct to ensure that they're in

the same cache line for performance reasons. These are the most touched

variables in GWP-ASan.

Public Members

uint32_t RandomState
uint32_t NextSampleCounter
bool RecursiveGuard
static const uint32_t NextSampleCounterMask

Public Methods

void ThreadLocalPackedVariables ()

Defined at line 21 of file ../../third_party/scudo/gwp_asan/platform_specific/guarded_pool_allocator_tls.h