Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h301 initThreadMaybe();
573 initThreadMaybe();
678 initThreadMaybe(); in disable()
690 initThreadMaybe(); in enable()
729 initThreadMaybe(); in releaseToOS()
739 initThreadMaybe(); in iterateOverChunks()
782 initThreadMaybe(); in canReturnNull()
787 initThreadMaybe(); in setOption()
819 initThreadMaybe(); in getUsableSize()
838 initThreadMaybe(); in getStats()
[all …]
H A Dtsd_exclusive.h59 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe() function
H A Dtsd_shared.h54 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp99 Registry->initThreadMaybe(Allocator.get(), /*MinimalInit=*/true); in testRegistry()
109 Registry->initThreadMaybe(Allocator.get(), /*MinimalInit=*/false); in testRegistry()
137 Registry->initThreadMaybe(Allocator, /*MinimalInit=*/false); in stressCache()
194 Registry->initThreadMaybe(Allocator, /*MinimalInit=*/false); in stressSharedRegistry()
H A Dcombined_test.cpp72 this->initThreadMaybe(); in TestAllocator()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp291 initThreadMaybe(); in isValidPointer()
305 initThreadMaybe(); in allocate()
455 initThreadMaybe(/*MinimalInit=*/true); in deallocate()
496 initThreadMaybe(); in reallocate()
547 initThreadMaybe(); in getUsableSize()
565 initThreadMaybe(); in calloc()
580 initThreadMaybe(); in getStats()
587 initThreadMaybe(); in canReturnNull()
600 initThreadMaybe(); in printStats()
H A Dscudo_tsd_exclusive.inc30 ALWAYS_INLINE void initThreadMaybe(bool MinimalInit = false) {
H A Dscudo_tsd_shared.inc36 ALWAYS_INLINE void initThreadMaybe(bool MinimalInit = false) {