Searched refs:deallocated (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_balloc.c | 69 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/ |
| D | ffs_balloc.c | 68 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/ |
| D | lhash.pod | 127 prior to the hashtable itself being deallocated: 136 /* Then the hash table itself can be deallocated */
|
| D | engine.pod | 168 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/ |
| D | perlxstut.pod | 1039 program, the SV's that held the returned values can be deallocated.
|
| D | perltoot.pod | 380 variable will not be deallocated, remaining accessible to functions
|
| D | perlguts.pod | 1180 need to be deallocated, as it is already mortal. [MAYCHANGE] But you will
|
| D | perldiag.pod | 3294 not all scalar variables were deallocated by the time Perl exited.
|
| D | perlfunc.pod | 3653 potentially get deallocated before you get around to using the packed result).
|