Home
last modified time | relevance | path

Searched refs:free_context_id (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.h127 u32 free_context_id; member
HDhwasan_allocator.cpp309 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate() local
368 alloc_context_id, free_context_id, in HwasanDeallocate()
HDhwasan_report.cpp851 GetStackTraceFromId(har.free_context_id).Print(); in PrintAddressDescription()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp131 atomic_uint64_t free_context_id; member in __asan::ChunkBase
135 AtomicContextStore(&free_context_id, tid, stack); in SetFreeContext()
139 AtomicContextLoad(&free_context_id, tid, stack); in GetFreeContext()