template <class Allocator, u32 TSDsArraySize, u32 DefaultTSDCount>

struct TSDRegistrySharedT

Defined at line 28 of file ../../third_party/scudo/src/tsd_shared.h

Public Methods

void init (Allocator * Instance)

Defined at line 50 of file ../../third_party/scudo/src/tsd_shared.h

void initOnceMaybe (Allocator * Instance)

Defined at line 66 of file ../../third_party/scudo/src/tsd_shared.h

void unmapTestOnly (Allocator * Instance)

Defined at line 72 of file ../../third_party/scudo/src/tsd_shared.h

void drainCaches (Allocator * Instance)

Defined at line 82 of file ../../third_party/scudo/src/tsd_shared.h

void initThreadMaybe (Allocator * Instance, bool MinimalInit)

Defined at line 91 of file ../../third_party/scudo/src/tsd_shared.h

void disable ()

Defined at line 98 of file ../../third_party/scudo/src/tsd_shared.h

void enable ()

Defined at line 104 of file ../../third_party/scudo/src/tsd_shared.h

bool setOption (Option O, sptr Value)

Defined at line 110 of file ../../third_party/scudo/src/tsd_shared.h

bool getDisableMemInit ()

Defined at line 121 of file ../../third_party/scudo/src/tsd_shared.h

void getStats (ScopedString * Str)

Defined at line 123 of file ../../third_party/scudo/src/tsd_shared.h

Records