Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h204 return GetUser(h_ptr); in GetBlockBegin()
252 return GetUser(h_ptr); in GetBlockBeginFastLocked()
281 callback(reinterpret_cast<uptr>(GetUser(t)), arg); in ForEachChunk()
304 void *GetUser(const Header *h) const { in GetUser() function