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.cpp129 struct ChunkHeader { struct
131 u32 alloc_context_id;
133 u32 cpu_id;
135 u32 timestamp_ms;
139 u32 from_memalign;
144 atomic_uint64_t user_requested_size;
147 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