Home
last modified time | relevance | path

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

12

/openbsd/src/usr.sbin/nsd/
Dnetio.c33 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()
Dnetio.h72 netio_handler_list_type *deallocated; member
/openbsd/src/sys/ufs/ffs/
Dffs_balloc.c80 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/
Dext2fs_balloc.c64 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/
DGwpAsan.rst99 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:
DScudoHardenedAllocator.rst331 being deallocated;
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_flags.inc43 "Whether to zero shadow space of deallocated memory.")
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DMemProfData.inc181 // 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/
DMemProfData.inc181 // 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/
DConstantInterpreter.rst139 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
DAutomaticReferenceCounting.rst965 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 …]
DDataFlowSanitizer.rst263 * ``zero_in_free`` --- Whether to zero shadow space of deallocated memory. Its
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_flags.inc51 "Value used to fill deallocated memory.")
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_flags.inc73 "Value used to fill deallocated memory.")
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcp-tree.def60 saying whether the store should be deallocated as well. */
/openbsd/src/gnu/gcc/gcc/cp/
Dcp-tree.def59 saying whether the store should be deallocated as well. */
/openbsd/src/gnu/usr.bin/perl/Porting/
Dtodo.pod566 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/
DDiagnosticASTKinds.td380 "allocation performed here was not deallocated"
/openbsd/src/usr.sbin/nsd/doc/
DREADME640 to service IXFR updates. The recyclebin holds deallocated memory ready
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td519 "that neither deallocated it, or have taken responsibility "
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/
Dperlxstut.pod1088 program, the SV's that held the returned values can be deallocated.
/openbsd/src/gnu/lib/libiberty/src/
Dfunctions.texi230 been dynamically allocated and can be deallocated by the caller with
/openbsd/src/gnu/llvm/clang/docs/analyzer/
Dcheckers.rst300 // note: inner buffer of 'std::string' deallocated by call to destructor
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dffe.texi1576 should, ideally, be deallocated
/openbsd/src/gnu/llvm/lldb/docs/
Dlldb-gdb-remote.txt1237 if the memory was successfully deallocated, or "EXX" for an error, or "" if

12