Home
last modified time | relevance | path

Searched refs:SetAllocated (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h43 inline void SetAllocated(u32 stack, u64 size);
H A Dhwasan_allocator.cpp83 inline void Metadata::SetAllocated(u32 stack, u64 size) { in SetAllocated() function in __hwasan::Metadata
262 meta->SetAllocated(StackDepotPut(*stack), orig_size); in HwasanAllocate()