Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp170 u32 alloc_count; member
187 MemInfoBlock() : alloc_count(0) {} in MemInfoBlock()
206 p = total_size * 100 / alloc_count; in Print()
209 p = total_access_count * 100 / alloc_count; in Print()
212 p = total_lifetime * 100 / alloc_count; in Print()
217 p = total_size * 100 / alloc_count; in Print()
221 p = total_access_count * 100 / alloc_count; in Print()
224 p = total_lifetime * 100 / alloc_count; in Print()
243 alloc_count += newMIB.alloc_count; in Merge()
328 u64 min_count = Entries[0].MIB.alloc_count; in insertOrMerge()
[all …]
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_hw_queues.h79 uint32_t alloc_count; member
H A Docs_hw_queues.c1121 uint32_t alloc_count; /* Number of tokens in the array */ member
1434 if (qtop->inuse_count >= qtop->alloc_count) { in parse_topology()
1612 tokarray.alloc_count = MAX_TOKENS; in ocs_hw_qtop_parse()
1617 for (s = qtop_string; (tokarray.inuse_count < tokarray.alloc_count) && in ocs_hw_qtop_parse()
1639 qtop->alloc_count = OCS_HW_MAX_QTOP_ENTRIES; in ocs_hw_qtop_parse()
1669 ocs_free(qtop->os, qtop->entries, qtop->alloc_count*sizeof(*qtop->entries)); in ocs_hw_qtop_free()
/freebsd-13.1/contrib/jemalloc/src/
H A Dprof.c2478 size_t alloc_count = prof_log_alloc_count(); in prof_log_rep_check() local
2482 if (bt_count != 0 || thr_count != 0 || alloc_count || 0) { in prof_log_rep_check()