Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp116 struct ChunkHeader { struct
118 u32 alloc_context_id;
120 u32 cpu_id;
122 u32 timestamp_ms;
126 u32 from_memalign;
131 atomic_uint64_t user_requested_size;
134 u64 data_type_id; // TODO: hash of type name
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp88 class ChunkHeader { class