Searched refs:allocs (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_malloc.c | 1213 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 D | uma_core.c | 3960 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 D | RenderScriptRuntime.cpp | 1336 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 D | configure.ac | 501 …[ 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 D | config.h.in | 766 /* use statistics for allocs and frees, for debug use */
|
| H A D | configure | 1548 enable nonregional allocs, slow but exposes regional
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 8754 - sets entry.key for new special allocs.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2001 | 22113 "r2" to the assembly file. Only issue allocs with nonzero parameters.
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | CommitLog | 152018 change initial, incremental peer allocs from 15, 5 to 8, 4.
|