HomeSort by: relevance | last modified time | path
    Searched defs:Leak (Results 1 - 6 of 6) 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
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.h 35 // Exclude leak-detection on arm32 for Android because `__aeabi_read_tp`
101 // leak checking and also before every call to pthread_create() (to handle cases
102 // where leak checking is initiated from a non-main thread).
196 struct Leak {
227 InternalMmapVector<Leak> leaks_;
320 // Return true if LSan has finished leak checking and reported leaks.
323 // Run platform-specific leak handlers.
lsan_common.cpp 10 // Implementation of common leak checking functionality.
110 static const char kSuppressionLeak[] = "leak";
116 "leak:*pthread_exit*\n"
120 "leak:*_os_trace*\n"
122 // TLS leak in some glibc versions, described in
124 "leak:*tls_get_addr*\n";
253 const char *Leak() { return Blue(); }
654 // ForEachChunk callback. Resets the tags to pre-leak-check state.
732 // Clean up for subsequent leak checks. This assumes we did not overwrite any
843 for (const LeakedChunk &leak : chunks)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.h 33 // Exclude leak-detection on arm32 for Android because `__aeabi_read_tp`
85 struct Leak {
117 InternalMmapVector<Leak> leaks_;
238 // leak checking and also before every call to pthread_create() (to handle cases
239 // where leak checking is initiated from a non-main thread).
252 // Return true if LSan has finished leak checking and reported leaks.
255 // Run platform-specific leak handlers.
lsan_common.cpp 10 // Implementation of common leak checking functionality.
97 static const char kSuppressionLeak[] = "leak";
103 "leak:*pthread_exit*\n"
107 "leak:*_os_trace*\n"
109 // TLS leak in some glibc versions, described in
111 "leak:*tls_get_addr*\n";
153 const char *Leak() { return Blue(); }
573 // ForEachChunk callback. Resets the tags to pre-leak-check state.
655 // Clean up for subsequent leak checks. This assumes we did not overwrite any
810 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id
    [all...]

Completed in 21 milliseconds