Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_malloc.c1456 get_malloc_stats(const struct malloc_type_internal *mtip, uint64_t *allocs, in get_malloc_stats() argument
1463 *allocs = 0; in get_malloc_stats()
1470 *allocs += mtsp->mts_numallocs; in get_malloc_stats()
1475 *inuse = *allocs - frees; in get_malloc_stats()
1483 uint64_t allocs, inuse; in DB_SHOW_COMMAND_FLAGS() local
1520 size = get_malloc_stats(&mtp->ks_mti, &allocs, in DB_SHOW_COMMAND_FLAGS()
1530 size = get_malloc_stats(&cur_mtype->ks_mti, &allocs, &inuse); in DB_SHOW_COMMAND_FLAGS()
1532 howmany(size, 1024), allocs); in DB_SHOW_COMMAND_FLAGS()
/freebsd/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/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/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp804 KEYWORD(allocs); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1020 ArrayRef<AllocInfo> allocs() const {
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5963 range_tree_t *allocs = range_tree_create(NULL, RANGE_SEG64, NULL, 0, 0); in zdb_claim_removing() local
5967 ASSERT0(range_tree_space(allocs)); in zdb_claim_removing()
5969 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing()
5970 range_tree_vacate(allocs, range_tree_add, svr->svr_allocd_segs); in zdb_claim_removing()
5972 range_tree_destroy(allocs); in zdb_claim_removing()
/freebsd/contrib/unbound/
H A Dconfigure.ac574 …gional, AS_HELP_STRING([--enable-alloc-nonregional],[ enable nonregional allocs, slow but exposes …
580 AC_DEFINE(UNBOUND_ALLOC_STATS, 1, [use statistics for allocs and frees, for debug use])
H A Dconfig.h.in854 /* use statistics for allocs and frees, for debug use */
H A Dconfigure1578 enable nonregional allocs, slow but exposes regional
/freebsd/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/sys/contrib/openzfs/module/zfs/
H A Dspa.c3062 bplist_t *allocs; member
3075 bplist_append(lna->allocs, bp); in livelist_track_new_cb()
3121 .allocs = &lca->to_keep, in spa_livelist_condense_sync()
/freebsd/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/contrib/unbound/doc/
H A DChangelog11225 - sets entry.key for new special allocs.
/freebsd/contrib/ntp/
H A DCommitLog158866 change initial, incremental peer allocs from 15, 5 to 8, 4.