Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h43 inline void SetAllocated(u32 stack, u64 size);
H A Dhwasan_allocator.cpp78 inline void Metadata::SetAllocated(u32 stack, u64 size) { in SetAllocated() function in __hwasan::Metadata
241 meta->SetAllocated(StackDepotPut(*stack), orig_size); in HwasanAllocate()