Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp466 Allocation &allocation = iter->second; in Leak() local
468 allocation.m_leak = true; in Leak()
482 Allocation &allocation = iter->second; in Free() local
484 switch (allocation.m_policy) { in Free()
558 Allocation &allocation = iter->second; in WriteMemory() local
564 switch (allocation.m_policy) { in WriteMemory()
674 Allocation &allocation = iter->second; in ReadMemory() local
678 if (offset > allocation.m_size) { in ReadMemory()
686 switch (allocation.m_policy) { in ReadMemory()
815 Allocation &allocation = iter->second; in GetMemoryData() local
[all …]
/freebsd-14.2/contrib/expat/tests/
H A Dmemcheck.c46 void *allocation; member
66 entry->allocation = malloc(size); in tracking_malloc()
67 if (entry->allocation == NULL) { in tracking_malloc()
83 return entry->allocation; in tracking_malloc()
91 if (entry->allocation == ptr) { in find_allocation()
150 entry->allocation = realloc(ptr, size); in tracking_realloc()
151 if (entry->allocation == NULL) { in tracking_realloc()
171 entry->allocation = reallocated; in tracking_realloc()
175 return entry->allocation; in tracking_realloc()
188 entry->allocation); in tracking_report()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.inc28 "Terminate on a type mismatch in allocation-deallocation functions, "
35 SCUDO_FLAG(bool, zero_contents, false, "Zero chunk contents on allocation.")
38 "Pattern fill chunk contents on allocation.")
43 "invalid allocation alignments, etc.")
50 "Entries to keep in the allocation ring buffer for scudo. "
/freebsd-14.2/contrib/tcsh/nls/french/
H A Dset194 2 free(%lx) appelé avant allocation.
10 8 %s allocation mémoire actuelle:\nfree:\t
15 13 %s current memory allocation:\n
/freebsd-14.2/crypto/openssl/doc/man3/
H A DASN1_OBJECT_new.pod5 ASN1_OBJECT_new, ASN1_OBJECT_free - object allocation functions
16 The B<ASN1_OBJECT> allocation routines, allocate and free an
32 If the allocation fails, ASN1_OBJECT_new() returns NULL and sets an error
H A DX509_new.pod7 X509_chain_up_ref - X509 certificate ASN1 allocation functions
21 The X509 ASN1 allocation routines allocate and free an
57 If the allocation fails, X509_new() returns NULL and sets an error
H A DSSL_alloc_buffers.pod26 avoid allocation during data processing or with CRYPTO_set_mem_functions()
39 an allocation failure.
H A DASN1_INTEGER_get_int64.pod99 fail if a memory allocation error occurs.
108 only fail due to a memory allocation error.
112 (due to programming error) or due to a memory allocation failure.
H A DOPENSSL_malloc.pod22 - Memory allocation functions
87 OpenSSL memory allocation is handled by the B<OPENSSL_xxx> API. These are
154 B<OPENSSL_MALLOC_FAILURES> described above. For every allocation it will log
156 chance there is for this allocation failing, and whether it has actually failed.
H A DBN_CTX_new.pod23 library functions. Since dynamic memory allocation to create B<BIGNUM>s
51 If the allocation fails,
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc31 "The probability (1 / SampleRate) that an allocation is "
45 "allows better error reports by providing stack traces for allocation and "
56 "crash. Only one crash per sampled allocation will ever be recorded, and "
57 "if a sampled allocation does actually cause a crash, it'll permanently "
/freebsd-14.2/contrib/tcsh/nls/russian/
H A Dset1910 8 %s current memory allocation:\nfree:\t
15 13 %s current memory allocation:\n
/freebsd-14.2/contrib/jemalloc/
H A DChangeLog167 allocation. (@interwq, @davidtgoldblatt)
586 allocation. (@kspinka, @Whissi, @jasone)
710 - Move retained memory allocation out of the default chunk allocation
872 allocation versus deallocation.
985 small/large allocation if chunk allocation failed. In the absence of this
986 bug, chunk allocation failure would result in allocation failure, e.g. NULL
1050 allocation, not just deallocation.
1051 - Fix a data race for large allocation stats counters.
1086 set during the first allocation prior to this fix.
1158 after primary dss allocation fails.
[all …]
/freebsd-14.2/contrib/tcsh/nls/C/
H A Dset1910 8 %s current memory allocation:\nfree:\t
15 13 %s current memory allocation:\n
/freebsd-14.2/sys/contrib/device-tree/Bindings/dma/ti/
H A Dk3-pktdma.yaml62 Array of PKTDMA split tx channel resource subtypes for resource allocation
73 Array of PKTDMA split tx flow resource subtypes for resource allocation
84 Array of PKTDMA split rx channel resource subtypes for resource allocation
95 Array of PKTDMA split rx flow resource subtypes for resource allocation
H A Dk3-bcdma.yaml89 allocation for this host
99 Array of BCDMA split tx channel resource subtypes for resource allocation
110 Array of BCDMA split rx channel resource subtypes for resource allocation
H A Dk3-udma.yaml88 Array of UDMA tchan resource subtypes for resource allocation for this
97 Array of UDMA rchan resource subtypes for resource allocation for this
106 Array of UDMA rflow resource subtypes for resource allocation for this
/freebsd-14.2/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dqcom,rmtfs-mem.txt14 Usage: required for static allocation
20 Usage: required for dynamic allocation
H A Dshared-dma-pool.yaml42 that since coherent allocation needs remapping, one must set
45 allocation.
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-kmap-atomic-args.m44 dnl # push/pop based dynamical allocation.
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Drenesas,h8s-intc.txt12 - any properties, listed in interrupts.txt, and any standard resource allocation
H A Drenesas,h8300h-intc.txt12 - any properties, listed in interrupts.txt, and any standard resource allocation
/freebsd-14.2/contrib/tcsh/nls/greek/
H A Dset1915 13 %s current memory allocation:\n
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dnew.inc11 // [alloc.errors], storage allocation errors
/freebsd-14.2/contrib/tcsh/nls/ukrainian/
H A Dset1915 13 %s current memory allocation:\n

12345678910>>...14