Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_malloc.c1443 get_malloc_stats(const struct malloc_type_internal *mtip, uint64_t *allocs, in get_malloc_stats() argument
1450 *allocs = 0; in get_malloc_stats()
1457 *allocs += mtsp->mts_numallocs; in get_malloc_stats()
1462 *inuse = *allocs - frees; in get_malloc_stats()
1470 uint64_t allocs, inuse; in DB_SHOW_COMMAND() local
1507 size = get_malloc_stats(&mtp->ks_mti, &allocs, in DB_SHOW_COMMAND()
1517 size = get_malloc_stats(&cur_mtype->ks_mti, &allocs, &inuse); in DB_SHOW_COMMAND()
1519 howmany(size, 1024), allocs); in DB_SHOW_COMMAND()
/freebsd-13.1/sys/vm/
H A Duma_core.c5290 uint64_t allocs, frees, sleeps, xdomain; local
5293 allocs = frees = sleeps = xdomain = 0;
5301 allocs += cache->uc_allocs;
5304 allocs += counter_u64_fetch(z->uz_allocs);
5311 *allocsp = allocs;
5701 *allocs = counter_u64_fetch(z->uz_allocs);
5715 *used = *allocs - frees;
5724 uint64_t allocs, used, sleeps, xdomain; local
5781 (uintmax_t)allocs, (uintmax_t)sleeps,
5795 uint64_t allocs, frees; local
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1305 std::vector<uint64_t> allocs; in CaptureScriptInvokeForEachMulti() local
1321 allocs.push_back(result); in CaptureScriptInvokeForEachMulti()
1327 allocs.push_back(alloc_out); in CaptureScriptInvokeForEachMulti()
1331 for (const uint64_t alloc_addr : allocs) { in CaptureScriptInvokeForEachMulti()
/freebsd-13.1/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5535 range_tree_t *allocs = range_tree_create(NULL, RANGE_SEG64, NULL, 0, 0); in zdb_claim_removing() local
5539 ASSERT0(range_tree_space(allocs)); in zdb_claim_removing()
5541 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing()
5542 range_tree_vacate(allocs, range_tree_add, svr->svr_allocd_segs); in zdb_claim_removing()
5544 range_tree_destroy(allocs); in zdb_claim_removing()
/freebsd-13.1/contrib/unbound/
H A Dconfigure.ac549 …gional, AS_HELP_STRING([--enable-alloc-nonregional],[ enable nonregional allocs, slow but exposes …
555 AC_DEFINE(UNBOUND_ALLOC_STATS, 1, [use statistics for allocs and frees, for debug use])
H A Dconfig.h.in832 /* use statistics for allocs and frees, for debug use */
H A Dconfigure1562 enable nonregional allocs, slow but exposes regional
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dspa.c2626 bplist_t *allocs; member
2639 bplist_append(lna->allocs, bp); in livelist_track_new_cb()
2685 .allocs = &lca->to_keep, in spa_livelist_condense_sync()
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog10171 - sets entry.key for new special allocs.
/freebsd-13.1/contrib/ntp/
H A DCommitLog152731 change initial, incremental peer allocs from 15, 5 to 8, 4.