Searched defs:ChunkHeader (Results 1 – 2 of 2) sorted by relevance
71 struct ChunkHeader { struct73 u32 chunk_state : 8; // Must be first.74 u32 alloc_tid : 24;76 u32 free_tid : 24;77 u32 from_memalign : 1;78 u32 alloc_type : 2;79 u32 rz_log : 3;80 u32 lsan_tag : 2;85 u32 user_requested_size;86 u32 alloc_context_id;
28 struct ChunkHeader { struct29 uint32_t ID;30 uint32_t Size;