Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-13.1/contrib/expat/tests/
H A Dmemcheck.c45 void *allocation; member
64 entry->allocation = malloc(size); in tracking_malloc()
65 if (entry->allocation == NULL) { in tracking_malloc()
81 return entry->allocation; in tracking_malloc()
89 if (entry->allocation == ptr) { in find_allocation()
148 entry->allocation = realloc(ptr, size); in tracking_realloc()
149 if (entry->allocation == NULL) { in tracking_realloc()
166 if (entry->allocation == NULL) { in tracking_realloc()
168 entry->allocation = ptr; in tracking_realloc()
174 return entry->allocation; in tracking_realloc()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp441 Allocation &allocation = iter->second; in Leak() local
443 allocation.m_leak = true; in Leak()
457 Allocation &allocation = iter->second; in Free() local
459 switch (allocation.m_policy) { in Free()
534 Allocation &allocation = iter->second; in WriteMemory() local
540 switch (allocation.m_policy) { in WriteMemory()
652 Allocation &allocation = iter->second; in ReadMemory() local
656 if (offset > allocation.m_size) { in ReadMemory()
664 switch (allocation.m_policy) { in ReadMemory()
797 Allocation &allocation = iter->second; in GetMemoryData() local
[all …]
/freebsd-13.1/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.")
/freebsd-13.1/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-13.1/crypto/openssl/doc/man3/
H A DASN1_OBJECT_new.pod5 ASN1_OBJECT_new, ASN1_OBJECT_free - object allocation functions
16 The ASN1_OBJECT allocation routines, allocate and free an
32 If the allocation fails, ASN1_OBJECT_new() returns B<NULL> and sets an error
H A DX509_new.pod6 X509_new, X509_free, X509_up_ref - X509 certificate ASN1 allocation functions
19 The X509 ASN1 allocation routines, allocate and free an
46 If the allocation fails, X509_new() returns B<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 DBN_CTX_new.pod20 library functions. Since dynamic memory allocation to create B<BIGNUM>s
41 If the allocation fails,
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
88 OpenSSL memory allocation is handled by the B<OPENSSL_xxx> API. These are
149 any effect, is must be called before any of the allocation functions
163 attaches an identifying string to the allocation stack.
198 written to that descriptor. If an allocation will fail, and the platform
/freebsd-13.1/contrib/tcsh/nls/russian/
H A Dset1910 8 %s current memory allocation:\nfree:\t
15 13 %s current memory allocation:\n
/freebsd-13.1/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-13.1/contrib/tcsh/nls/C/
H A Dset1910 8 %s current memory allocation:\nfree:\t
15 13 %s current memory allocation:\n
/freebsd-13.1/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dreserved-memory.txt29 static allocation.
33 a) static allocation
35 b) dynamic allocation
39 - Address boundary for alignment of allocation.
H A Dqcom,rmtfs-mem.txt14 Usage: required for static allocation
20 Usage: required for dynamic allocation
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-kmap-atomic-args.m44 dnl # push/pop based dynamical allocation.
/freebsd-13.1/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 "
/freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Drenesas,h8300h-intc.txt12 - any properties, listed in interrupts.txt, and any standard resource allocation
H A Drenesas,h8s-intc.txt12 - any properties, listed in interrupts.txt, and any standard resource allocation
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/ti/
H A Dk3-udma.yaml93 Array of UDMA tchan resource subtypes for resource allocation for this
102 Array of UDMA rchan resource subtypes for resource allocation for this
111 Array of UDMA rflow resource subtypes for resource allocation for this
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_flags.inc43 "if the allocation size is not a divident of the granule size")
64 // allocation size and stack trace is between malloc_bisect_left and
/freebsd-13.1/contrib/tcsh/nls/greek/
H A Dset1915 13 %s current memory allocation:\n
/freebsd-13.1/contrib/libcbor/test/
H A DCMakeLists.txt4 # Memory allocation test requires custom allocator support to instrument it.
/freebsd-13.1/contrib/tcsh/nls/ukrainian/
H A Dset1915 13 %s current memory allocation:\n
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dbman.txt14 BMan supports hardware allocation and deallocation of buffers belonging to pools
97 The example below shows a BMan FBPR dynamic allocation memory node

12345678910>>...12