HomeSort by: relevance | last modified time | path
    Searched defs:Leak (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h 81 struct Leak {
112 InternalMmapVector<Leak> leaks_;
218 // leak checking and also before every call to pthread_create() (to handle cases
219 // where leak checking is initiated from a non-main thread).
232 // Return true if LSan has finished leak checking and reported leaks.
235 // Run platform-specific leak handlers.
lsan_common.cc 11 // Implementation of common leak checking functionality.
70 static const char kSuppressionLeak[] = "leak";
76 "leak:*pthread_exit*\n"
80 "leak:*_os_trace*\n"
82 // TLS leak in some glibc versions, described in
84 "leak:*tls_get_addr*\n";
129 const char *Leak() { return Blue(); }
473 // ForEachChunk callback. Resets the tags to pre-leak-check state.
562 // Clean up for subsequent leak checks. This assumes we did not overwrite any
686 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id local in function:__lsan::LeakReport::AddLeakedChunk
    [all...]

Completed in 93 milliseconds