| /freebsd/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 …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_flags.inc | 43 "Whether to zero shadow space of deallocated memory.")
|
| /freebsd/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.
|
| /freebsd/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.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_flags.inc | 54 "Value used to fill deallocated memory.")
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_flags.inc | 73 "Value used to fill deallocated memory.")
|
| /freebsd/lib/libc/locale/ |
| H A D | DESIGN.xlocale | 39 caller to ensure that a locale is not deallocated during a call that uses it.
|
| /freebsd/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.
|
| /freebsd/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().
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 389 "allocation performed here was not deallocated"
|
| H A D | AttrDocs.td | 1478 safely deallocated with the standard ``free()``. 1484 deallocated (counting from 1).
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 527 "that neither deallocated it, or have taken responsibility "
|
| /freebsd/contrib/jemalloc/ |
| H A D | ChangeLog | 1527 "thread.allocated" and "thread.deallocated" mallctls.
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 10329 recursion. The stack must be fully unwound and deallocated if an error
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 15190 the caller may have overwritten (or deallocated) the original string
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | 28393 - make sure deallocated pointers are NULLed and new storage is allocated on demand [all...] |