Home
last modified time | relevance | path

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

/mirbsd/src/sys/ufs/ext2fs/
Dext2fs_balloc.c69 u_int deallocated; in ext2fs_buf_alloc() local
254 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) { in ext2fs_buf_alloc()
256 deallocated += fs->e2fs_bsize; in ext2fs_buf_alloc()
285 if (deallocated) { in ext2fs_buf_alloc()
286 ip->i_e2fs_nblock -= btodb(deallocated); in ext2fs_buf_alloc()
/mirbsd/src/sys/ufs/ffs/
Dffs_balloc.c68 int deallocated, osize, nsize, num, i, error; in ffs_balloc() local
368 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) { in ffs_balloc()
370 deallocated += fs->fs_bsize; in ffs_balloc()
389 if (deallocated) { in ffs_balloc()
393 (void)ufs_quota_free_blocks(ip, btodb(deallocated), cred); in ffs_balloc()
395 ip->i_ffs_blocks -= btodb(deallocated); in ffs_balloc()
/mirbsd/src/lib/libssl/src/doc/crypto/
Dlhash.pod127 prior to the hashtable itself being deallocated:
136 /* Then the hash table itself can be deallocated */
Dengine.pod168 your guarantee that the structure can not be deallocated until you release
204 itself will only actually be cleaned up and deallocated when the last
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlxstut.pod1039 program, the SV's that held the returned values can be deallocated.
Dperltoot.pod380 variable will not be deallocated, remaining accessible to functions
Dperlguts.pod1180 need to be deallocated, as it is already mortal. [MAYCHANGE] But you will
Dperldiag.pod3294 not all scalar variables were deallocated by the time Perl exited.
Dperlfunc.pod3653 potentially get deallocated before you get around to using the packed result).