Home
last modified time | relevance | path

Searched refs:deallocated (Results 1 – 21 of 21) sorted by relevance

/src/sys/ufs/ffs/
H A Dffs_balloc.c101 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 Dactivity_callback.h16 uint64_t deallocated);
H A Dthread_event.h121 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 Ddfsan_flags.inc43 "Whether to zero shadow space of deallocated memory.")
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc196 // 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 DMemProfData.inc196 // 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 Dhwasan_flags.inc54 "Value used to fill deallocated memory.")
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc73 "Value used to fill deallocated memory.")
/src/lib/libc/locale/
H A DDESIGN.xlocale39 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 Dapi.txt106 returned in the "out" parameter needs to be deallocated by the caller.
/src/crypto/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod256 Resources local to a thread are deallocated automatically when the thread exits
H A DENGINE_add.pod200 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 DOPENSSL_LH_COMPFUNC.pod178 /* Then the hash table itself can be deallocated */
H A DOSSL_HTTP_transfer.pod141 After disconnect the modified BIO will be deallocated using BIO_free_all().
/src/contrib/jemalloc/src/
H A Djemalloc.c3119 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 DCheckers.td532 "that neither deallocated it, or have taken responsibility "
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td394 "allocation performed here was not deallocated"
/src/contrib/jemalloc/
H A DChangeLog1527 "thread.allocated" and "thread.deallocated" mallctls.
/src/sys/contrib/dev/acpica/
H A Dchanges.txt10305 recursion. The stack must be fully unwound and deallocated if an error
/src/crypto/openssl/
H A DCHANGES.md14503 the caller may have overwritten (or deallocated) the original string
/src/contrib/ntp/
H A DCommitLog28393 - make sure deallocated pointers are NULLed and new storage is allocated on demand