Searched refs:freed (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-mem.c57 int freed = elements; local
58 while (freed) {
70 freed--;
72 return (elements - freed);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
47 Printf("Stats: %zuM really freed by %zu calls\n",
142 uptr freed = stats.freed; local
143 // Return sane value if malloced < freed due to racy
145 return (malloced > freed) ? malloced - freed : 1;
H A Dasan_stats.h31 uptr freed; member in struct:__asan::AsanStats
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc47 // Space in freed fastbin blocks (bytes)
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dlist.c227 size_t freed; local
230 freed = 0;
238 freed++;
240 INV(freed == l->m_size + 2);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc37 // FIXME: under ASan the call below may write to freed memory and corrupt
49 // FIXME: under ASan the call below may write to freed memory and corrupt
H A Dsanitizer_common_interceptors.inc956 // FIXME: under ASan the call below may write to freed memory and corrupt
967 // FIXME: under ASan the call below may write to freed memory and corrupt
1008 // FIXME: under ASan the call below may write to freed memory and corrupt
1026 // FIXME: under ASan the call below may write to freed memory and corrupt
1043 // FIXME: under ASan the call below may write to freed memory and corrupt
1061 // FIXME: under ASan the call below may write to freed memory and corrupt
1236 // FIXME: under ASan the call below may write to freed memory and corrupt
1371 // FIXME: under ASan the call below may write to freed memory and corrupt
1384 // FIXME: under ASan the call below may write to freed memory and corrupt
1397 // FIXME: under ASan the call below may write to freed memor
[all...]
H A Dsanitizer_allocator_primary64.h411 void NextPage(bool freed) { argument
412 if (freed) {
444 // Iterates over the free_array to identify memory pages containing freed
819 // Attempts to release RAM occupied by freed chunks back to OS. The region is
/freebsd-11-stable/contrib/gcc/
H A Dggc-common.c800 size_t freed;
921 /* Notice that the pointer has been freed. */
928 p->loc->freed += p->size;
939 return ((l1->allocated + l1->overhead - l1->freed) -
940 (l2->allocated + l2->overhead - l2->freed));
962 size_t collected = 0, freed = 0, allocated = 0, overhead = 0, times = 0;
980 freed += d->freed;
998 (long)d->freed,
999 (d->freed) * 100.
799 size_t freed; member in struct:loc_descriptor
961 size_t collected = 0, freed = 0, allocated = 0, overhead = 0, times = 0; local
[all...]
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_reslist.c31 apr_time_t freed; member in struct:apr_res_t
84 resource->freed = apr_time_now();
227 if (now - res->freed < reslist->ttl) {
342 if (reslist->ttl && (now - res->freed >= reslist->ttl)) {
/freebsd-11-stable/sys/sparc64/sparc64/
H A Diommu.c656 bus_size_t freed = 0; local
662 freed += BDR_SIZE(r);
668 return (freed);
705 bus_addr_t dvmaddr, freed; local
723 freed = 0;
730 freed += iommu_dvma_vprune(is, tm);
733 } while (freed < size && !complete);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cq.c395 * (and freed resource count for RD) have to be set.
486 int *freed,
652 ++(*freed);
667 int freed = 0; local
676 &freed, entry + npolled);
682 if (freed) {
684 update_cons_index(dev, cq, freed);
483 mthca_poll_one(struct mthca_dev *dev, struct mthca_cq *cq, struct mthca_qp **cur_qp, int *freed, struct ib_wc *entry) argument
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c586 * Cache a pointer to the malloc_type that most recently freed
1023 uint64_t alloced, freed; local
1033 freed = 0;
1038 freed += mtip->mti_stats[i].mts_memfreed;
1042 (alloced - freed + 1023) / 1024, allocs);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp601 bool freed = false;
604 freed = s.GetFreedAndReset();
623 if (thr->is_vptr_access && freed)
627 else if (freed)
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_htable.c204 /* used to delete the pools one by one to ensure they're properly freed up. */
822 size_t freed; local
825 freed = 0;
831 freed++;
839 return freed;
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c1324 * Schedule the specified unused page table page to be freed. Specifically,
1865 int bit, field, freed, lvl; local
1931 freed = 0;
1966 freed++;
1969 if (freed == 0) {
1973 /* Every freed mapping is for a 4 KB page. */
1974 pmap_resident_count_dec(pmap, freed);
1975 PV_STAT(atomic_add_long(&pv_entry_frees, freed));
1976 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
1977 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
3684 int allfree, field, freed, idx, lvl; local
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c1061 * Schedule the specified unused page table page to be freed. Specifically,
2711 int allfree, field, freed, idx; local
2721 freed = 0;
2779 freed++;
2782 PV_STAT(atomic_add_long(&pv_entry_frees, freed));
2783 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
2784 PV_STAT(atomic_subtract_long(&pv_entry_count, freed));
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dlistener.c422 int freed = listener_decref_and_unlock(lev); local
423 EVUTIL_ASSERT(freed);
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c1395 int bit, field, freed, idx; local
1423 freed = 0;
1453 freed++;
1456 if (freed == 0) {
1460 /* Every freed mapping is for a 4 KB page. */
1461 pmap->pm_stats.resident_count -= freed;
1462 PV_STAT(pv_entry_frees += freed);
1463 PV_STAT(pv_entry_spare += freed);
1464 pv_entry_count -= freed;
1473 * One freed p
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c1062 * later unmapped (using pmap_remove()) and freed.
2493 * Schedule the specified unused page table page to be freed. Specifically,
3241 int bit, field, freed;
3324 freed = 0;
3359 freed++;
3362 if (freed == 0) {
3366 /* Every freed mapping is for a 4 KB page. */
3367 pmap_resident_count_dec(pmap, freed);
3368 PV_STAT(atomic_add_long(&pv_entry_frees, freed));
3369 PV_STAT(atomic_add_int(&pv_entry_spare, freed));
3240 int bit, field, freed; local
6002 int allfree, field, freed, idx; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp336 // freed prematurely
525 KMP_DEBUG_ASSERT(taskdata->td_flags.freed == 0);
612 // freed prematurely
712 KMP_DEBUG_ASSERT(taskdata->td_flags.freed == 0);
717 taskdata->td_flags.freed = 1;
726 KA_TRACE(20, ("__kmp_free_task: T#%d freed task %p\n", gtid, taskdata));
748 // Now, go up the ancestor tree to see if any ancestors can now be freed.
826 // freed prematurely
880 KMP_DEBUG_ASSERT(taskdata->td_flags.freed == 0);
942 // it doesn't see the freed tas
[all...]
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c743 * NOTE: If this function failed, the m_head would be freed.
807 * NOTE: If this function failed, the m_head would be freed.
876 * NOTE: If this function failed, the m_head would be freed.
2692 int freed; local
2709 freed = hn_txdesc_put(txr, tmp_txd);
2710 KASSERT(freed, ("failed to free aggregated txdesc"));
2938 * Since txd's mbuf will _not_ be freed upon hn_txpkt()
2945 /* txd is freed, but m is not. */
3032 * If this function fails, then both txd and m_head0 will be freed.
3175 int freed; local
3279 int freed; local
5368 int freed; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1156 obstack. The memory is freed when the corresponding architecture
1157 is also freed. */
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c412 * later unmapped (using pmap_remove()) and freed.
1747 * Schedule the specified unused page table page to be freed. Specifically,
2228 int bit, field, freed; local
2258 freed = 0;
2296 freed++;
2299 if (freed == 0) {
2303 /* Every freed mapping is for a 4 KB page. */
2304 pmap->pm_stats.resident_count -= freed;
2305 PV_STAT(pv_entry_frees += freed);
2306 PV_STAT(pv_entry_spare += freed);
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c2351 * is never freed if promoted.
2567 * Schedule the specified unused L2 page table page to be freed. Specifically,
2695 * is going to be freed, we can set it PG_ZERO flag ...
2834 int bit, field, freed; local
2863 freed = 0;
2900 freed++;
2903 if (freed == 0) {
2907 /* Every freed mapping is for a 4 KB page. */
2908 pmap->pm_stats.resident_count -= freed;
2909 PV_STAT(pv_entry_frees += freed);
[all...]

Completed in 230 milliseconds

12