Lines Matching full:constexpr
34 constexpr uint64_t FRONT_GUARD = 0x1;
35 constexpr uint64_t REAR_GUARD = 0x2;
36 constexpr uint64_t BACKTRACE = 0x4;
37 constexpr uint64_t FILL_ON_ALLOC = 0x8;
38 constexpr uint64_t FILL_ON_FREE = 0x10;
39 constexpr uint64_t EXPAND_ALLOC = 0x20;
40 constexpr uint64_t FREE_TRACK = 0x40;
41 constexpr uint64_t TRACK_ALLOCS = 0x80;
42 constexpr uint64_t LEAK_TRACK = 0x100;
47 constexpr size_t MINIMUM_ALIGNMENT_BYTES = 16;
49 constexpr size_t MINIMUM_ALIGNMENT_BYTES = 8;
53 constexpr uint64_t NO_HEADER_OPTIONS = FILL_ON_ALLOC | FILL_ON_FREE | EXPAND_ALLOC;