Home
last modified time | relevance | path

Searched defs:UnpackedHeader (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp68 struct UnpackedHeader { struct
70 u16 Checksum : 16;
71 u64 RequestedSize : 40; // Needed for reallocation purposes.
72 u8 State : 2; // available, allocated, or quarantined
73 u8 AllocType : 2; // malloc, new, new[], or memalign
74 u8 Unused_0_ : 4;
76 u64 Offset : 20; // Offset from the beginning of the backend
80 u64 Unused_1_ : 28;
81 u16 Salt : 16;