Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_malloc.c1213 uint64_t allocs, frees; in DB_SHOW_COMMAND() local
1221 allocs = 0; in DB_SHOW_COMMAND()
1227 allocs += mtsp->mts_numallocs; in DB_SHOW_COMMAND()
1233 mtp->ks_shortdesc, allocs - frees, in DB_SHOW_COMMAND()
1234 (alloced - freed + 1023) / 1024, allocs); in DB_SHOW_COMMAND()
/freebsd-12.1/sys/vm/
H A Duma_core.c3960 uint64_t allocs, frees, sleeps; local
3963 allocs = frees = sleeps = 0;
3971 allocs += cache->uc_allocs;
3974 allocs += z->uz_allocs;
3980 *allocsp = allocs;
4272 uint64_t allocs, frees, sleeps; local
4281 allocs = z->uz_allocs;
4286 uma_zone_sumstat(z, &cachefree, &allocs,
4307 uint64_t allocs, frees; local
4319 (intmax_t)(allocs - frees), cachefree,
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1336 std::vector<uint64_t> allocs; in CaptureScriptInvokeForEachMulti() local
1353 allocs.push_back(result); in CaptureScriptInvokeForEachMulti()
1359 allocs.push_back(alloc_out); in CaptureScriptInvokeForEachMulti()
1363 for (const uint64_t alloc_addr : allocs) { in CaptureScriptInvokeForEachMulti()
/freebsd-12.1/contrib/unbound/
H A Dconfigure.ac501 …[ enable nonregional allocs, slow but exposes regional allocations to other memory purifiers, for …
507 AC_DEFINE(UNBOUND_ALLOC_STATS, 1, [use statistics for allocs and frees, for debug use])
H A Dconfig.h.in766 /* use statistics for allocs and frees, for debug use */
H A Dconfigure1548 enable nonregional allocs, slow but exposes regional
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog8754 - sets entry.key for new special allocs.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200122113 "r2" to the assembly file. Only issue allocs with nonzero parameters.
/freebsd-12.1/contrib/ntp/
H A DCommitLog152018 change initial, incremental peer allocs from 15, 5 to 8, 4.