Lines Matching +full:os +full:- +full:initiated
1 //=-- lsan_common.h -------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 // Exclude leak-detection on arm32 for Android because `__aeabi_read_tp`
83 //// --------------------------------------------------------------------------
85 //// --------------------------------------------------------------------------
90 //// --------------------------------------------------------------------------
92 //// --------------------------------------------------------------------------
102 // where leak checking is initiated from a non-main thread).
115 //// --------------------------------------------------------------------------
117 //// --------------------------------------------------------------------------
130 // user-visible address. Otherwise, returns 0.
132 // Returns address of user-visible chunk contained in this allocator chunk.
134 // Returns user-visible address for chunk. If memory tagging is used this
141 // Constructor accepts address of user-visible chunk.
237 // Platform-specific functions.
244 // This is used when the OS has a unified callback API for suspending
259 // Run stoptheworld while holding any platform-specific locks, as well as the
327 // Run platform-specific leak handlers.