Searched refs:initThreadMaybe (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/scudo/standalone/ |
H A D | combined.h | 246 ALWAYS_INLINE void initThreadMaybe(bool MinimalInit = false) { 247 TSDRegistry.initThreadMaybe(this, MinimalInit); 340 initThreadMaybe(); 441 initThreadMaybe(/*MinimalInit=*/true); 487 initThreadMaybe(); 604 initThreadMaybe(); in disable() 617 initThreadMaybe(); in enable() 660 initThreadMaybe(); in releaseToOS() 672 initThreadMaybe(); in iterateOverChunks() 716 initThreadMaybe(); in canReturnNull() [all …]
|
H A D | tsd_exclusive.h | 96 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe() function
|
H A D | tsd_shared.h | 87 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe() function
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | tsd_test.cpp | 101 Registry->initThreadMaybe(Allocator.get(), /*MinimalInit=*/true); in testRegistry() 109 Registry->initThreadMaybe(Allocator.get(), /*MinimalInit=*/false); in testRegistry() 141 Registry->initThreadMaybe(Allocator, /*MinimalInit=*/false); in stressCache() 196 Registry->initThreadMaybe(Allocator, /*MinimalInit=*/false); in stressSharedRegistry()
|
H A D | combined_test.cpp | 78 this->initThreadMaybe(); in TestAllocator()
|
/aosp_15_r20/out/soong/.intermediates/external/scudo/libscudo/android_arm64_armv8-2a_cortex-a55_static_lto-none_apex10000_sabi/obj/external/scudo/standalone/ |
D | wrappers_c_bionic.sdump | 5878 …redT<scudo::Allocator<scudo::AndroidNormalConfig, &scudo_malloc_postinit>, 8, 2>::initThreadMaybe", 9391 …on_name" : "scudo::Allocator<scudo::AndroidNormalConfig, &scudo_malloc_postinit>::initThreadMaybe",
|