Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_secondary.h204 return GetUser(h_ptr); in GetBlockBegin()
252 return GetUser(h_ptr); in GetBlockBeginFastLocked()
285 callback(reinterpret_cast<uptr>(GetUser(t)), arg); in ForEachChunk()
308 void *GetUser(const Header *h) { in GetUser() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1169 return GetUser(h); in GetBlockBegin()
1212 return GetUser(h); in GetBlockBeginFastLocked()
1242 callback(reinterpret_cast<uptr>(GetUser(chunks_[i])), arg); in ForEachChunk()
1262 void *GetUser(Header *h) { in GetUser() function