Loading...
Searching...
No Matches
16#ifndef PW_ALLOCATOR_BLOCK_POISON_INTERVAL
28#define PW_ALLOCATOR_BLOCK_POISON_INTERVAL 0
38#define PW_ALLOCATOR_HARDENING_BASIC 1
51#define PW_ALLOCATOR_HARDENING_ROBUST 2
65#define PW_ALLOCATOR_HARDENING_DEBUG 3
79#ifndef PW_ALLOCATOR_HARDENING
80#define PW_ALLOCATOR_HARDENING PW_ALLOCATOR_HARDENING_ROBUST
83#ifndef PW_ALLOCATOR_SUPPRESS_DEPRECATED_WARNINGS
97#define PW_ALLOCATOR_SUPPRESS_DEPRECATED_WARNINGS 1
100#if PW_ALLOCATOR_SUPPRESS_DEPRECATED_WARNINGS
101#define PW_ALLOCATOR_DEPRECATED
103#define PW_ALLOCATOR_DEPRECATED \
104 [[deprecated("See b/376730645 for background and workarounds.")]]