template <typename Config>
class MapAllocatorNoCache
Defined at line 115 of file ../../third_party/scudo/src/secondary.h
Public Methods
void init (s32 ReleaseToOsInterval)
Defined at line 117 of file ../../third_party/scudo/src/secondary.h
void store (Options Options, uptr CommitBase, uptr CommitSize, uptr BlockBegin, MemMapT MemMap)
Defined at line 123 of file ../../third_party/scudo/src/secondary.h
bool canCache (uptr Size)
Defined at line 131 of file ../../third_party/scudo/src/secondary.h
void disable ()
Defined at line 132 of file ../../third_party/scudo/src/secondary.h
void enable ()
Defined at line 133 of file ../../third_party/scudo/src/secondary.h
void releaseToOS (ReleaseToOS )
Defined at line 134 of file ../../third_party/scudo/src/secondary.h
void disableMemoryTagging ()
Defined at line 135 of file ../../third_party/scudo/src/secondary.h
void unmapTestOnly ()
Defined at line 136 of file ../../third_party/scudo/src/secondary.h
bool setOption (Option O, sptr Value)
Defined at line 137 of file ../../third_party/scudo/src/secondary.h
void getStats (ScopedString * Str)
Defined at line 145 of file ../../third_party/scudo/src/secondary.h