Namespaces
Enumerations
enum Error
| Name | Value |
|---|---|
| UNKNOWN | 0 |
| USE_AFTER_FREE | 1 |
| DOUBLE_FREE | 2 |
| INVALID_FREE | 3 |
| BUFFER_OVERFLOW | 4 |
| BUFFER_UNDERFLOW | 5 |
Defined at line 43 of file ../../third_party/scudo/gwp_asan/common.h
Records
Functions
-
const char * ErrorToString (const Error & E) -
uint64_t getThreadID ()Get the current thread ID, or kInvalidThreadID if failure. Note: This
implementation is platform-specific.
-
ThreadLocalPackedVariables * getThreadLocals ()This header is always included in a context where ThreadLocalPackedVariables
has already been declared.
Defined at line 25 of file ../../sdk/lib/c/scudo/gwp_asan_platform_tls_slot.h