Home
last modified time | relevance | path

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

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