| /openbsd/src/usr.sbin/nsd/ |
| D | netio.c | 33 result->deallocated = NULL; in netio_create() 46 if (netio->deallocated) { in netio_add_handler() 51 elt = netio->deallocated; in netio_add_handler() 52 netio->deallocated = elt->next; in netio_add_handler() 81 (*elt_ptr)->next = netio->deallocated; in netio_remove_handler() 82 netio->deallocated = *elt_ptr; in netio_remove_handler()
|
| D | netio.h | 72 netio_handler_list_type *deallocated; member
|
| /openbsd/src/sys/ufs/ffs/ |
| D | ffs_balloc.c | 80 int deallocated, osize, nsize, num, i, error; in ffs1_balloc() local 369 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) { in ffs1_balloc() 371 deallocated += fs->fs_bsize; in ffs1_balloc() 389 if (deallocated) { in ffs1_balloc() 393 (void)ufs_quota_free_blocks(ip, btodb(deallocated), cred); in ffs1_balloc() 395 ip->i_ffs1_blocks -= btodb(deallocated); in ffs1_balloc() 410 int deallocated, osize, nsize, num, i, error, unwindidx, r; in ffs2_balloc() local 803 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) { in ffs2_balloc() 805 deallocated += fs->fs_bsize; in ffs2_balloc() 808 if (deallocated) { in ffs2_balloc() [all …]
|
| /openbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_balloc.c | 64 u_int deallocated; in ext2fs_buf_alloc() local 247 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) { in ext2fs_buf_alloc() 249 deallocated += fs->e2fs_bsize; in ext2fs_buf_alloc() 277 if (deallocated) { in ext2fs_buf_alloc() 278 ip->i_e2fs_nblock -= btodb(deallocated); in ext2fs_buf_alloc()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | GwpAsan.rst | 99 metadata about where (and by what thread) it was allocated and deallocated, we 109 sampled allocation is deallocated, we map its guarded slot as inaccessible. Any 114 transient. To keep memory overhead fixed while still detecting bugs, deallocated 233 | 0x7feccab26000 was deallocated by thread 31027 here: 268 | 0x7feccab26000 was deallocated by thread 31027 here:
|
| D | ScudoHardenedAllocator.rst | 331 being deallocated;
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan_flags.inc | 43 "Whether to zero shadow space of deallocated memory.")
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| D | MemProfData.inc | 181 // We know newMIB was deallocated later, so just need to check if it was 182 // allocated before last one deallocated.
|
| /openbsd/src/gnu/llvm/compiler-rt/include/profile/ |
| D | MemProfData.inc | 181 // We know newMIB was deallocated later, so just need to check if it was 182 // allocated before last one deallocated.
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ConstantInterpreter.rst | 139 Static blocks are never deallocated, but local ones might be deallocated 147 pointer goes out of scope, dead blocks are also deallocated. 178 fully initialised. When all fields are initialised, the map is deallocated
|
| D | AutomaticReferenceCounting.rst | 965 as long as the underlying memory is not deallocated. The conversion to 1652 operations in ways which might cause an object to be deallocated 1701 ARC may not allow a retainable object ``X`` to be deallocated at a 1784 has been deallocated by the time of an observable side-effect, then 1785 ARC must cause ``X`` to be deallocated by no later than the occurrence 1910 object but before it is deallocated or any of its instance variables are 1922 object may have been pool-allocated and should not be deallocated with 2057 deallocated during a message send to that object. In an init method, ``self`` 2065 possible in theory to cause an object to be deallocated during its execution 2465 into ``object`` has not yet been deallocated or begun deallocation, retains and [all …]
|
| D | DataFlowSanitizer.rst | 263 * ``zero_in_free`` --- Whether to zero shadow space of deallocated memory. Its
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/ |
| D | hwasan_flags.inc | 51 "Value used to fill deallocated memory.")
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/ |
| D | asan_flags.inc | 73 "Value used to fill deallocated memory.")
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | cp-tree.def | 60 saying whether the store should be deallocated as well. */
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cp-tree.def | 59 saying whether the store should be deallocated as well. */
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | todo.pod | 566 probably aren't allocated/deallocated often enough for a speed saving. Whereas 567 C<MAGIC> is allocated/deallocated more often, but in turn, is also something
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | DiagnosticASTKinds.td | 380 "allocation performed here was not deallocated"
|
| /openbsd/src/usr.sbin/nsd/doc/ |
| D | README | 640 to service IXFR updates. The recyclebin holds deallocated memory ready
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| D | Checkers.td | 519 "that neither deallocated it, or have taken responsibility "
|
| /openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| D | perlxstut.pod | 1088 program, the SV's that held the returned values can be deallocated.
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | functions.texi | 230 been dynamically allocated and can be deallocated by the caller with
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/ |
| D | checkers.rst | 300 // note: inner buffer of 'std::string' deallocated by call to destructor
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | ffe.texi | 1576 should, ideally, be deallocated
|
| /openbsd/src/gnu/llvm/lldb/docs/ |
| D | lldb-gdb-remote.txt | 1237 if the memory was successfully deallocated, or "EXX" for an error, or "" if
|