Home
last modified time | relevance | path

Searched refs:frees (Results 1 – 25 of 51) sorted by relevance

123

/openbsd/gnu/usr.bin/perl/t/op/
H A Dundef.t145 is $messages, 'destroyed after ', 'undef $scalar frees refs immediately';
176 like($second, qr/\bPV = 0\b$/, 'undef $x frees PV allocation');
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stats.h30 uptr frees; member
H A Dmemprof_stats.cpp46 Printf("Stats: %zuM freed by %zu calls\n", freed >> 20, frees); in Print()
H A Dmemprof_allocator.cpp460 thread_stats.frees++; in Deallocate()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stats.h30 uptr frees; member
H A Dasan_stats.cpp46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
H A Dasan_allocator.cpp647 thread_stats.frees++; in QuarantineChunk()
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dmalloc.c109 pool->frees++; in malloc_kill_area_()
163 p->frees, p->resizes, p->uses); in malloc_pool_display()
257 = p->frees = p->resizes = 0; in malloc_pool_new()
H A Dmalloc.h89 unsigned long frees; member
/openbsd/regress/usr.bin/diff/
H A Dt8.151 * This structure provides a set of masks to catch unaligned frees.
62 * that modifications after frees can be detected.
309 * Check for multiple frees. Use a quick check to see if
336 panic("free: multiple frees");
H A Dt8.287 * This structure provides a set of masks to catch unaligned frees.
98 * that modifications after frees can be detected.
382 * Check for multiple frees. Use a quick check to see if
410 panic("free: multiple frees");
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dperl11 Unbalanced tmps: %ld more allocs than frees [perl_destruct]
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dmemory163 /// Destroys objects and frees storage.
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dmemory192 /// Destroys objects and frees storage.
/openbsd/gnu/gcc/gcc/
H A Dcombine.c366 struct undo *frees; member
516 if (undobuf.frees) in do_SUBST()
517 buf = undobuf.frees, undobuf.frees = buf->next; in do_SUBST()
544 if (undobuf.frees) in do_SUBST_INT()
545 buf = undobuf.frees, undobuf.frees = buf->next; in do_SUBST_INT()
573 if (undobuf.frees) in do_SUBST_MODE()
574 buf = undobuf.frees, undobuf.frees = buf->next; in do_SUBST_MODE()
985 undobuf.frees = 0; in combine_instructions()
2613 undobuf.frees = buf; in try_combine()
3441 undobuf.frees = undo; in undo_all()
[all …]
/openbsd/gnu/lib/libiberty/src/
H A Dobstacks.texi241 one object automatically frees all other objects allocated more recently
264 frees the chunk (@pxref{Preparing for Obstacks}). Then other
637 library frees the chunk by calling @code{obstack_chunk_free}, which you
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcombine.c336 struct undo *frees; member
472 if (undobuf.frees)
473 buf = undobuf.frees, undobuf.frees = buf->next;
501 if (undobuf.frees)
502 buf = undobuf.frees, undobuf.frees = buf->next;
787 for (undo = undobuf.frees; undo; undo = next)
792 undobuf.frees = 0;
2922 undo->next = undobuf.frees; in undo_all()
2923 undobuf.frees = undo; in undo_all()
2944 undo->next = undobuf.frees; in undo_commit()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def168 FUZZER_FLAG_INT(trace_malloc, 0, "If >= 1 will print all mallocs/frees. "
/openbsd/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst80 Garbage collection is a widely used technique that frees the programmer from
749 The mutator maintains a reference count for each object and frees an object
/openbsd/lib/libssl/doc/
H A Dopenssl.txt654 This function frees up the string returned by the above function.
662 This function frees up the STACK returned by the above function.
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in862 /* use statistics for allocs and frees, for debug use */
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5160delta.pod2122 Perl configured with I<MAD> now correctly frees C<MADPROP> structures when
2537 possible to cause double-frees if the destructor freed the hash itself
3234 L<Hash::Util>. This could result in double frees, crashes, or erratic
3957 subroutine in @INC) used to result in double frees or crashes
H A Dperl5360delta.pod1431 Calling C<untie> on a tied hash that is partway through iteration now frees the
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def17 // When adding a function which frees memory include the LibFunc
/openbsd/gnu/gcc/libmudflap/
H A DChangeLog1522 (__wrap_free): Call __real_free for deferred frees.

123