Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp27 static void InternalFreeWrapper(void *ptr) { __sanitizer::InternalFree(ptr); } in InternalFreeWrapper() function
31 CHECK_EQ(pthread_key_create(&context_key, InternalFreeWrapper), 0); in GetContextForThisThreadImpl()