Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp117 struct ChunkHeader { struct
119 u32 alloc_context_id;
121 u32 cpu_id;
123 u32 timestamp_ms;
127 u32 from_memalign;
132 atomic_uint64_t user_requested_size;
135 u64 data_type_id; // TODO: hash of type name
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp90 class ChunkHeader { class