Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp41 static ThreadRegistry *memprof_thread_registry; variable
60 memprof_thread_registry = new (thread_registry_placeholder) in memprofThreadRegistry()
64 return *memprof_thread_registry; in memprofThreadRegistry()