| /src/sys/ufs/ffs/ |
| H A D | ffs_balloc.c | 101 int deallocated, osize, nsize, num, i, error; in ffs_balloc_ufs1() local 508 for (deallocated = 0, blkp = allociblk, lbns_remfree = lbns; in ffs_balloc_ufs1() 526 deallocated += fs->fs_bsize; in ffs_balloc_ufs1() 550 if (deallocated) { in ffs_balloc_ufs1() 555 (void) chkdq(ip, -btodb(deallocated), cred, FORCE); in ffs_balloc_ufs1() 557 dp->di_blocks -= btodb(deallocated); in ffs_balloc_ufs1() 608 int deallocated, osize, nsize, num, i, error; in ffs_balloc_ufs2() local 1136 for (deallocated = 0, blkp = allociblk, lbns_remfree = lbns; in ffs_balloc_ufs2() 1154 deallocated += fs->fs_bsize; in ffs_balloc_ufs2() 1178 if (deallocated) { in ffs_balloc_ufs2() [all …]
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | activity_callback.h | 16 uint64_t deallocated);
|
| H A D | thread_event.h | 121 te_free_fastpath_ctx(tsd_t *tsd, uint64_t *deallocated, uint64_t *threshold) { in te_free_fastpath_ctx() argument 123 *deallocated = *tsd_thread_deallocatedp_get_unsafe(tsd); in te_free_fastpath_ctx()
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_flags.inc | 43 "Whether to zero shadow space of deallocated memory.")
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProfData.inc | 196 // We know newMIB was deallocated later, so just need to check if it was 197 // allocated before last one deallocated.
|
| /src/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | MemProfData.inc | 196 // We know newMIB was deallocated later, so just need to check if it was 197 // allocated before last one deallocated.
|
| /src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_flags.inc | 54 "Value used to fill deallocated memory.")
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_flags.inc | 73 "Value used to fill deallocated memory.")
|
| /src/lib/libc/locale/ |
| H A D | DESIGN.xlocale | 39 caller to ensure that a locale is not deallocated during a call that uses it.
|
| /src/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | api.txt | 106 returned in the "out" parameter needs to be deallocated by the caller.
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_init_crypto.pod | 256 Resources local to a thread are deallocated automatically when the thread exits
|
| H A D | ENGINE_add.pod | 200 that the structure can not be deallocated until the reference is released. 229 ENGINE object itself will only actually be cleaned up and deallocated when
|
| H A D | OPENSSL_LH_COMPFUNC.pod | 178 /* Then the hash table itself can be deallocated */
|
| H A D | OSSL_HTTP_transfer.pod | 141 After disconnect the modified BIO will be deallocated using BIO_free_all().
|
| /src/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 3119 uint64_t deallocated, threshold; in free_fastpath() local 3120 te_free_fastpath_ctx(tsd, &deallocated, &threshold); in free_fastpath() 3123 uint64_t deallocated_after = deallocated + usize; in free_fastpath()
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 532 "that neither deallocated it, or have taken responsibility "
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 394 "allocation performed here was not deallocated"
|
| /src/contrib/jemalloc/ |
| H A D | ChangeLog | 1527 "thread.allocated" and "thread.deallocated" mallctls.
|
| /src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 10305 recursion. The stack must be fully unwound and deallocated if an error
|
| /src/crypto/openssl/ |
| H A D | CHANGES.md | 14503 the caller may have overwritten (or deallocated) the original string
|
| /src/contrib/ntp/ |
| H A D | CommitLog | 28393 - make sure deallocated pointers are NULLed and new storage is allocated on demand
|