Home
last modified time | relevance | path

Searched refs:allocs (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dkern_malloc.c1499 get_malloc_stats(const struct malloc_type_internal *mtip, uint64_t *allocs, in get_malloc_stats() argument
1506 *allocs = 0; in get_malloc_stats()
1513 *allocs += mtsp->mts_numallocs; in get_malloc_stats()
1518 *inuse = *allocs - frees; in get_malloc_stats()
1526 uint64_t allocs, inuse; in DB_SHOW_COMMAND_FLAGS() local
1563 size = get_malloc_stats(&mtp->ks_mti, &allocs, in DB_SHOW_COMMAND_FLAGS()
1573 size = get_malloc_stats(&cur_mtype->ks_mti, &allocs, &inuse); in DB_SHOW_COMMAND_FLAGS()
1575 howmany(size, 1024), allocs); in DB_SHOW_COMMAND_FLAGS()
/freebsd-14.2/sys/vm/
H A Duma_core.c5422 uint64_t allocs, frees, sleeps, xdomain; local
5425 allocs = frees = sleeps = xdomain = 0;
5433 allocs += cache->uc_allocs;
5436 allocs += counter_u64_fetch(z->uz_allocs);
5443 *allocsp = allocs;
5833 *allocs = counter_u64_fetch(z->uz_allocs);
5847 *used = *allocs - frees;
5856 uint64_t allocs, used, sleeps, xdomain; local
5913 (uintmax_t)allocs, (uintmax_t)sleeps,
5927 uint64_t allocs, frees; local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1607 if (!FS->allocs().empty()) { in IndexCallsiteContextGraph()
1645 if (!FS->allocs().empty() || !FS->callsites().empty()) in IndexCallsiteContextGraph()
3390 if (FS->allocs().empty() && FS->callsites().empty()) in applyImport()
3394 auto AI = FS->allocs().begin(); in applyImport()
3461 assert(AI != FS->allocs().end()); in applyImport()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp804 KEYWORD(allocs); in LexIdentifier()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1020 ArrayRef<AllocInfo> allocs() const {
/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c6103 range_tree_t *allocs = range_tree_create(NULL, RANGE_SEG64, NULL, 0, 0); in zdb_claim_removing() local
6107 ASSERT0(range_tree_space(allocs)); in zdb_claim_removing()
6109 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing()
6110 range_tree_vacate(allocs, range_tree_add, svr->svr_allocd_segs); in zdb_claim_removing()
6112 range_tree_destroy(allocs); in zdb_claim_removing()
/freebsd-14.2/contrib/unbound/
H A Dconfigure.ac626 …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])
H A Dconfig.h.in961 /* use statistics for allocs and frees, for debug use */
H A Dconfigure1607 enable nonregional allocs, slow but exposes regional
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3288 if (!FS->allocs().empty()) { in printFunctionSummary()
3291 for (auto &AI : FS->allocs()) { in printFunctionSummary()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dspa.c3009 bplist_t *allocs; member
3022 bplist_append(lna->allocs, bp); in livelist_track_new_cb()
3068 .allocs = &lca->to_keep, in spa_livelist_condense_sync()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp480 for (auto &AI : FS->allocs()) in IndexBitcodeWriter()
4019 for (auto &AI : FS->allocs()) { in writeFunctionHeapProfileRecords()
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog11818 - sets entry.key for new special allocs.
/freebsd-14.2/contrib/ntp/
H A DCommitLog162087 change initial, incremental peer allocs from 15, 5 to 8, 4.