Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_3_strings.rst8 Number of allocations (definite) One plus any manipulations with the data
9 Number of allocations (indefinite) One plus logarithmically many
H A Dtype_4_arrays.rst13 Number of allocations (definite) Two plus any manipulations with the data
14 Number of allocations (indefinite) Two plus logarithmically many
H A Dtype_5_maps.rst19 Number of allocations (definite) Two plus any manipulations with the data
20 Number of allocations (indefinite) Two plus logarithmically many
H A Dtype_2_byte_strings.rst22 Number of allocations (definite) One plus any manipulations with the data
23 Number of allocations (indefinite) One plus logarithmically many
H A Dtype_0_1_integers.rst13 Number of allocations One per lifetime
23 Number of allocations One per lifetime
H A Dtype_6_tags.rst17 Number of allocations One plus any manipulations with the data
H A Dtype_7_floats_ctrls.rst12 Number of allocations One per lifetime
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod110 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).
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_flags.inc56 "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 Dhwasan_report.cpp487 allocations(CopyAllocations()), in BaseReport()
556 const Allocations allocations; member in __hwasan::__anon865875d10511::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()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Ddtmalloc12 # vmstat -m for the types). The default profile prints allocations and
21 # since the watch began, not preexisting allocations, and caches
/freebsd/sys/contrib/device-tree/src/xtensa/
H A Dkc705.dts21 /* global autoconfigured region for contiguous allocations */
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset194 2 free(%lx) called before any allocations.
/freebsd/contrib/tcsh/nls/russian/
H A Dset194 2 free(%lx) called before any allocations.
/freebsd/contrib/tcsh/nls/C/
H A Dset194 2 free(%lx) called before any allocations.
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smem.txt25 Definition: reference to a hwspinlock used to protect allocations from
/freebsd/sys/contrib/xen/xsm/
H A Dflask_op.h138 uint32_t allocations; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc101 // 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
/freebsd/sys/netipsec/
H A Dkeydb.h90 u_int32_t allocations;
88 u_int32_t allocations; global() member
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_flags.inc37 "Root set: mark as reachable all allocations made from dynamic "
/freebsd/crypto/openssl/doc/designs/
H A Dml-dsa.md48 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
/freebsd/contrib/pkgconf/
H A Dmeson.build355 # Unit test: fault-inject spdxtool's own allocations. It links libpkgconf
356 # normally (shared); only spdxtool's compiled-in allocations are wrapped,
378 # allocations linked into the executable, so these link a static libpkgconf.
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dtqma8xx.dtsi34 * global autoconfigured region for contiguous allocations
/freebsd/crypto/heimdal/appl/su/
H A DChangeLog64 * su.c: check memory allocations. add some const
/freebsd/contrib/jemalloc/
H A DChangeLog150 - Implement oversize_threshold, which uses a dedicated arena for allocations
153 - Log time information for sampled allocations. (@tyleretzel)
637 allocations. This regression was first released in 4.0.0. (@jasone,
712 an arena's allocations in a single operation. (@jasone)
834 allocations that have been randomly assigned an offset of 0 when
843 allocations when --enable-cache-oblivious configure option is enabled.
844 - Fix xallocx(..., MALLOCX_ZERO) to zero trailing bytes of huge allocations
857 allocations. xallocx() is in general incapable of moving small allocations,
1023 which arenas own which huge allocations
[all...]

12345