HomeSort by relevance Sort by last modified time
    Searched defs:Leak (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
sanitizer_set_death_callback_test.cc 25 void Leak() {
38 Leak();
  /external/libmojo/mojo/public/cpp/bindings/lib/
fixed_buffer.cc 52 void* FixedBufferForTesting::Leak() {
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.cc 108 void FrameDropper::Leak(uint32_t inputFrameRate) {
  /external/pdfium/core/fxcrt/
cfx_retain_ptr.h 48 T* Leak() { return m_pObj.release(); }
  /system/core/libmemunreachable/
LeakFolding.h 35 struct Leak {
41 bool Leaked(allocator::vector<Leak>& leaked, size_t* num_leaks_out, size_t* leak_bytes_out);
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 30 struct Leak {
58 std::vector<Leak> leaks;
69 memset(leaks.data(), 0, leaks.capacity() * sizeof(Leak));
  /external/compiler-rt/lib/lsan/
lsan_common.h 62 struct Leak {
94 InternalMmapVector<Leak> leaks_;
163 // leak checking and also before every call to pthread_create() (to handle cases
164 // where leak checking is initiated from a non-main thread).
lsan_common.cc 11 // Implementation of common leak checking functionality.
73 static const char kSuppressionLeak[] = "leak";
117 const char *Leak() { return Blue(); }
365 // ForEachChunk callback. Resets the tags to pre-leak-check state.
429 // Clean up for subsequent leak checks. This assumes we did not overwrite any
551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
553 leaks_.push_back(leak);
561 static bool LeakComparator(const Leak &leak1, const Leak &leak2)
    [all...]
  /external/v8/include/
v8-util.h 319 static PersistentContainerValue Leak(Global<V>* persistent) {
411 *reference = this->Leak(&value);
483 *reference = this->Leak(&value);
  /external/valgrind/memcheck/
mc_errors.c 171 // A memory leak.
176 } Leak;
681 UInt n_this_record = extra->Err.Leak.n_this_record;
682 UInt n_total_records = extra->Err.Leak.n_total_records;
683 LossRecord* lr = extra->Err.Leak.lr;
888 extra.Err.Leak.n_this_record = n_this_record;
889 extra.Err.Leak.n_total_records = n_total_records;
890 extra.Err.Leak.lr = lr;
    [all...]
  /prebuilts/go/darwin-x86/test/
escape2.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
escape2n.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
escape2n.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 90 ErrorLeak, // A memory leak due to excessive reference counts.
91 ErrorLeakReturned, // A memory leak due to the returning method not having
    [all...]

Completed in 1407 milliseconds