| /src/contrib/jemalloc/doc_internal/ |
| H A D | PROFILING_INTERNALS.md | 9 …t of an allocation. To manage this, we'll only sample some fraction of allocations. This will miss… 16 …allocations. Smaller allocations are much more frequent than large ones, but shorter lived and les… 21 - One allocation being sampled is independent of other allocations being sampled. 24 We can then estimate the bytes in live allocations through some particular stack trace as: 28 …allocations from that stack, $S_i$ is the size of the $i$'th allocation, and $I_i$ is an indicator… 33 … one another's outcomes, they don't have to be independent of previous allocations, total bytes al… 35 - Sample allocations at program startup at a higher rate than subsequent allocations 36 …- Sample even-indexed allocations more frequently than odd-indexed ones (so long as no allocation … 37 …- Let threads declare themselves as high-sampling-priority, and sample their allocations at an inc… 42 Not all strategies for picking allocations to sample are equally good, of course. Among unbiased es… [all …]
|
| /src/contrib/libcbor/doc/source/api/ |
| H A D | type_3.rst | 8 Number of allocations (definite) One plus any manipulations with the data 9 Number of allocations (indefinite) One plus logarithmically many
|
| H A D | type_4.rst | 13 Number of allocations (definite) Two plus any manipulations with the data 14 Number of allocations (indefinite) Two plus logarithmically many
|
| H A D | type_5.rst | 19 Number of allocations (definite) Two plus any manipulations with the data 20 Number of allocations (indefinite) Two plus logarithmically many
|
| H A D | type_2.rst | 22 Number of allocations (definite) One plus any manipulations with the data 23 Number of allocations (indefinite) One plus logarithmically many
|
| H A D | type_0_1.rst | 13 Number of allocations One per lifetime 23 Number of allocations One per lifetime
|
| H A D | type_6.rst | 12 Number of allocations One plus any manipulations with the data
|
| H A D | type_7.rst | 12 Number of allocations One per lifetime
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 110 library call to obtain memory allocations greater than what malloc provides. In 113 requested alignment boundary. In order to safely free allocations made by this 149 If no allocations have been done, it is possible to "swap out" the default 172 B<OPENSSL_MALLOC_FAILURES> controls how often allocations should fail. 176 C<100;@25> or C<100@0;0@25> means the first 100 allocations pass, then all 177 other allocations (until the program exits or crashes) have a 25% chance of 184 details about how many allocations there have been so far, what percentage 209 always because allocations have already happened).
|
| /src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_flags.inc | 56 "The number of heap (de)allocations remembered per thread. " 70 // enough, use malloc_bisect_dump to see interesting allocations. 76 "Print all allocations within [malloc_bisect_left, "
|
| H A D | hwasan_report.cpp | 487 allocations(CopyAllocations()), in BaseReport() 556 const Allocations allocations; member in __hwasan::__anon46840d460511::BaseReport 820 for (const auto &sa : allocations.stack) { in PrintAddressDescription() 832 if (allocations.stack.empty() && candidate.untagged_addr && in PrintAddressDescription() 838 for (const auto &ha : allocations.heap) { in PrintAddressDescription()
|
| /src/sys/contrib/device-tree/src/xtensa/ |
| H A D | kc705.dts | 21 /* global autoconfigured region for contiguous allocations */
|
| /src/contrib/tcsh/nls/ukrainian/ |
| H A D | set19 | 4 2 free(%lx) called before any allocations.
|
| /src/contrib/tcsh/nls/russian/ |
| H A D | set19 | 4 2 free(%lx) called before any allocations.
|
| /src/contrib/tcsh/nls/C/ |
| H A D | set19 | 4 2 free(%lx) called before any allocations.
|
| /src/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,smem.txt | 25 Definition: reference to a hwspinlock used to protect allocations from
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 101 // FIXME: ASan should support purgeable allocations. 108 // FIXME: ASan should support purgeable allocations. Ignoring them is fine 114 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
|
| /src/sys/contrib/xen/xsm/ |
| H A D | flask_op.h | 138 uint32_t allocations; member
|
| /src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_flags.inc | 37 "Root set: mark as reachable all allocations made from dynamic "
|
| H A D | lsan_common.cpp | 949 uptr bytes = 0, allocations = 0; in PrintSummary() local 954 allocations += leaks_[i].hit_count; in PrintSummary() 958 allocations); in PrintSummary()
|
| /src/sys/netipsec/ |
| H A D | keydb.h | 90 u_int32_t allocations; member
|
| /src/crypto/openssl/doc/designs/ |
| H A D | ml-dsa.md | 48 To save space rather than use fixed size buffers, allocations are used instead, 49 for both the public and private elements. (i.e. The private allocations are not
|
| /src/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | tqma8xx.dtsi | 34 * global autoconfigured region for contiguous allocations
|
| /src/crypto/heimdal/appl/su/ |
| H A D | ChangeLog | 64 * su.c: check memory allocations. add some const
|
| /src/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | options.inc | 27 "Number of simultaneously-guarded allocations available in the "
|