template <uptr Size>

class FlatByteMap

Defined at line 18 of file ../../third_party/scudo/src/bytemap.h

Public Methods

void init ()

Defined at line 20 of file ../../third_party/scudo/src/bytemap.h

void unmapTestOnly ()

Defined at line 22 of file ../../third_party/scudo/src/bytemap.h

void set (uptr Index, u8 Value)

Defined at line 24 of file ../../third_party/scudo/src/bytemap.h

u8 operator[] (uptr Index)

Defined at line 29 of file ../../third_party/scudo/src/bytemap.h

void disable ()

Defined at line 34 of file ../../third_party/scudo/src/bytemap.h

void enable ()

Defined at line 35 of file ../../third_party/scudo/src/bytemap.h