| /freebsd-13-stable/sys/kern/ |
| HD | kern_malloc.c | 1482 get_malloc_stats(const struct malloc_type_internal *mtip, uint64_t *allocs, in get_malloc_stats() argument 1489 *allocs = 0; in get_malloc_stats() 1496 *allocs += mtsp->mts_numallocs; in get_malloc_stats() 1501 *inuse = *allocs - frees; in get_malloc_stats() 1509 uint64_t allocs, inuse; in DB_SHOW_COMMAND() local 1546 size = get_malloc_stats(&mtp->ks_mti, &allocs, in DB_SHOW_COMMAND() 1556 size = get_malloc_stats(&cur_mtype->ks_mti, &allocs, &inuse); in DB_SHOW_COMMAND() 1558 howmany(size, 1024), allocs); in DB_SHOW_COMMAND()
|
| /freebsd-13-stable/sys/vm/ |
| HD | uma_core.c | 5331 uint64_t allocs, frees, sleeps, xdomain; local 5334 allocs = frees = sleeps = xdomain = 0; 5342 allocs += cache->uc_allocs; 5345 allocs += counter_u64_fetch(z->uz_allocs); 5352 *allocsp = allocs; 5735 get_uma_stats(uma_keg_t kz, uma_zone_t z, uint64_t *allocs, uint64_t *used, argument 5742 *allocs = counter_u64_fetch(z->uz_allocs); 5748 uma_zone_sumstat(z, cachefree, allocs, &frees, sleeps, 5756 *used = *allocs - frees; 5765 uint64_t allocs, used, sleeps, xdomain; local [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | MemProfContextDisambiguation.cpp | 1751 if (!FS->allocs().empty()) { in IndexCallsiteContextGraph() 1797 if (!FS->allocs().empty() || !FS->callsites().empty()) in IndexCallsiteContextGraph() 3613 if (FS->allocs().empty() && FS->callsites().empty()) in applyImport() 3617 auto AI = FS->allocs().begin(); in applyImport() 3684 assert(AI != FS->allocs().end()); in applyImport()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/ |
| HD | LLLexer.cpp | 815 KEYWORD(allocs); in LexIdentifier()
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/ |
| HD | zdb.c | 5550 range_tree_t *allocs = range_tree_create(NULL, RANGE_SEG64, NULL, 0, 0); in zdb_claim_removing() local 5554 ASSERT0(range_tree_space(allocs)); in zdb_claim_removing() 5556 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing() 5557 range_tree_vacate(allocs, range_tree_add, svr->svr_allocd_segs); in zdb_claim_removing() 5559 range_tree_destroy(allocs); in zdb_claim_removing()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | ModuleSummaryIndex.h | 1062 ArrayRef<AllocInfo> allocs() const {
|
| /freebsd-13-stable/contrib/unbound/ |
| HD | configure.ac | 626 …gional, AS_HELP_STRING([--enable-alloc-nonregional],[ enable nonregional allocs, slow but exposes … 632 AC_DEFINE(UNBOUND_ALLOC_STATS, 1, [use statistics for allocs and frees, for debug use])
|
| HD | config.h.in | 961 /* use statistics for allocs and frees, for debug use */
|
| HD | configure | 1607 enable nonregional allocs, slow but exposes regional
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | AsmWriter.cpp | 3388 if (!FS->allocs().empty()) { in printFunctionSummary() 3391 for (auto &AI : FS->allocs()) { in printFunctionSummary()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | spa.c | 2923 bplist_t *allocs; member 2936 bplist_append(lna->allocs, bp); in livelist_track_new_cb() 2982 .allocs = &lca->to_keep, in spa_livelist_condense_sync()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 517 for (auto &AI : FS->allocs()) in IndexBitcodeWriter() 4189 for (auto &AI : FS->allocs()) { in writeFunctionHeapProfileRecords()
|
| /freebsd-13-stable/contrib/unbound/doc/ |
| HD | Changelog | 11818 - sets entry.key for new special allocs.
|
| /freebsd-13-stable/contrib/ntp/ |
| HD | CommitLog | 162087 change initial, incremental peer allocs from 15, 5 to 8, 4.
|