Home
last modified time | relevance | path

Searched defs:leak (Results 1 – 25 of 27) sorted by relevance

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/
DSelectMemoryLeakStressTest.kt17 val leak = Channel<String>() in <lambda>() constant
39 val leak = Channel<String>() in <lambda>() constant
/external/python/cpython2/Lib/test/leakers/
Dtest_gestalt.py6 def leak(): function
Dtest_dictself.py8 def leak(): function
Dtest_selftype.py6 def leak(): function
Dtest_ctypes.py13 def leak(): function
/external/python/cpython3/Lib/test/leakers/
Dtest_selftype.py6 def leak(): function
Dtest_ctypes.py13 def leak(): function
/external/igt-gpu-tools/tests/i915/
Dgem_fd_exhaustion.c48 int leak = open("/dev/null", O_RDONLY); variable
Dgem_shrink.c270 static void leak(int fd, uint64_t alloc) in leak() function
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionPoolTest.java175 StreamAllocation leak = new StreamAllocation(pool, connection.getRoute().getAddress()); in allocateAndLeakAllocation() local
/external/igt-gpu-tools/benchmarks/
Dgem_syslatency.c55 bool leak; member
366 bool leak = false; in main() local
/external/cronet/base/task/thread_pool/
Dpooled_single_thread_task_runner_manager.cc391 auto leak = std::make_unique<Task>(std::move(pump_message_task)); in GetWorkFromWindowsMessageQueue() local
503 auto leak = std::make_unique<Task>(std::move(task)); in PostTask() local
Dtest_utils.cc171 auto leak = std::make_unique<Task>(std::move(task)); in PostTaskWithSequence() local
Dthread_pool_impl.cc430 auto leak = std::make_unique<Task>(std::move(task)); in PostTaskWithSequence() local
/external/rust/crates/spin/src/
Drwlock.rs483 pub fn leak(this: Self) -> &'rwlock T { in leak() method
610 pub fn leak(this: Self) -> &'rwlock T { in leak() method
704 pub fn leak(this: Self) -> &'rwlock mut T { in leak() method
Dmutex.rs287 pub fn leak(this: Self) -> &'a mut T { in leak() method
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc162 ThreadLeak leak = {tctx, 1}; in MaybeReportThreadLeak() local
/external/rust/crates/spin/src/mutex/
Dspin.rs312 pub fn leak(this: Self) -> &'a mut T { in leak() method
Dticket.rs315 pub fn leak(this: Self) -> &'a mut T { in leak() method
Dfair.rs396 pub fn leak(this: Self) -> &'a mut T { in leak() method
/external/libchrome/base/
Dtools_sanity_unittest.cc99 int* volatile leak = new int[256]; // Leak some memory intentionally. in TEST() local
/external/cronet/base/
Dtools_sanity_unittest.cc137 int* volatile leak = new int[256]; // Leak some memory intentionally. in TEST() local
/external/pdfium/core/fxcrt/
Dretain_ptr_unittest.cpp295 PseudoRetainable* leak; in TEST() local
/external/compiler-rt/lib/lsan/
Dlsan_common.cc551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id, in AddLeakedChunk() local
/external/rust/crates/lock_api/src/
Dmutex.rs574 pub fn leak(s: Self) -> &'a mut T { in leak() method

12