/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-nice-strict_test.cc | 295 NiceMock<MockFoo>* leaked = new NiceMock<MockFoo>; in TEST() local 296 Mock::AllowLeak(leaked); in TEST() 297 EXPECT_CALL(*leaked, DoThis()); in TEST() 298 leaked->DoThis(); in TEST() 405 NaggyMock<MockFoo>* leaked = new NaggyMock<MockFoo>; in TEST() local 406 Mock::AllowLeak(leaked); in TEST() 407 EXPECT_CALL(*leaked, DoThis()); in TEST() 408 leaked->DoThis(); in TEST() 505 StrictMock<MockFoo>* leaked = new StrictMock<MockFoo>; in TEST() local 506 Mock::AllowLeak(leaked); in TEST() [all …]
|
H A D | gmock_output_test_golden.txt | 335 ERROR: 3 leaked mock objects found at program exit. Expectations on a mock object are verified when…
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-kmem.m4 | 5 dnl # if memory was leaked. 33 dnl # alloc and free. When the SPL module is unloaded a list of all leaked
|
H A D | zfs-build.m4 | 121 dnl # Then at module unload time if any bytes were leaked it will be reported 149 dnl # kmem_free(). When the module is unloaded a list of all leaked addresses
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
H A D | zpool_get_parsable.cfg | 33 "leaked" "size")
|
H A D | zpool_get.cfg | 59 "leaked"
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_flags.inc | 20 "Print addresses of leaked objects after main leak report.")
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cheat_sheet.md | 215 You can also tell gMock that a mock object can be leaked and doesn't need to be 240 | `--gmock_catch_leaked_mocks=0` | Don't report leaked mock objects as failures. |
|
H A D | gmock_faq.md | 164 // - value_ is leaked.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_generate_session_id.pod | 68 no confidential information is leaked this way). If the application can not
|
H A D | CRYPTO_get_ex_new_index.pod | 93 so that applications don't crash. Any existing exdata will be leaked.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/ |
H A D | perf.shlib | 292 # In case there's been some "leaked" zinject delays, or if the
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 1122 + Internal reallocation of the quarantined object array leaked the old 1472 to be leaked during thread exit. 1509 - Fix a chunk leak. The leaked chunks were never touched, so this impacted
|
/freebsd/contrib/openbsm/ |
H A D | NEWS | 468 - Add free_au_user_ent() so that au_user_ent's don't have to be leaked.
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1155 HelpText<"Check for leaked memory in autorelease pools that will never be "
|
/freebsd/contrib/one-true-awk/ |
H A D | FIXES.1e | 608 string to a parameter leaked a Cell. thanks to moinak ghosh for
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 3605 be overwritten and leaked. If we use an input file that wasn't stdin, 5103 permission_set_add are leaked as they are also duplicated in the call. Found
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 4813 - Fix queries being leaked above stub when refetching glue. 6484 - Fix leaked dns64prefix configuration string. 11679 not be cached, instead the msg-replyinfo structure was leaked.
|
/freebsd/contrib/tzdata/ |
H A D | asia | 2721 # A video was later leaked to the media of parliament speaker Nabih Berri
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 12178 the information leaked through timing could expose the secret key 12501 * In ssl3_get_record (ssl/s3_pkt.c), minimize information leaked 13290 such data would previously have always leaked in application code and 14747 * In ssl3_get_record (ssl/s3_pkt.c), minimize information leaked
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 3988 * CID 81: savedconfig leaked in save_config().
|
H A D | CommitLog | [all...] |
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 8963 could be leaked for each block of executed module-level code if the 9109 operand object was leaked. Lin Ming. 15750 leaked under certain error conditions.
|