| /freebsd-13.1/contrib/expat/tests/ |
| H A D | memcheck.c | 45 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 D | IRMemoryMap.cpp | 441 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 D | flags.inc | 28 "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 D | set19 | 4 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 D | ASN1_OBJECT_new.pod | 5 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 D | X509_new.pod | 6 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 D | SSL_alloc_buffers.pod | 26 avoid allocation during data processing or with CRYPTO_set_mem_functions() 39 an allocation failure.
|
| H A D | BN_CTX_new.pod | 20 library functions. Since dynamic memory allocation to create B<BIGNUM>s 41 If the allocation fails,
|
| H A D | ASN1_INTEGER_get_int64.pod | 99 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 D | OPENSSL_malloc.pod | 22 - 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 D | set19 | 10 8 %s current memory allocation:\nfree:\t 15 13 %s current memory allocation:\n
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | ChangeLog | 167 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 D | set19 | 10 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 D | reserved-memory.txt | 29 static allocation. 33 a) static allocation 35 b) dynamic allocation 39 - Address boundary for alignment of allocation.
|
| H A D | qcom,rmtfs-mem.txt | 14 Usage: required for static allocation 20 Usage: required for dynamic allocation
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-kmap-atomic-args.m4 | 4 dnl # push/pop based dynamical allocation.
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | options.inc | 31 "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 D | renesas,h8300h-intc.txt | 12 - any properties, listed in interrupts.txt, and any standard resource allocation
|
| H A D | renesas,h8s-intc.txt | 12 - any properties, listed in interrupts.txt, and any standard resource allocation
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/dma/ti/ |
| H A D | k3-udma.yaml | 93 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 D | hwasan_flags.inc | 43 "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 D | set19 | 15 13 %s current memory allocation:\n
|
| /freebsd-13.1/contrib/libcbor/test/ |
| H A D | CMakeLists.txt | 4 # Memory allocation test requires custom allocator support to instrument it.
|
| /freebsd-13.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set19 | 15 13 %s current memory allocation:\n
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | bman.txt | 14 BMan supports hardware allocation and deallocation of buffers belonging to pools 97 The example below shows a BMan FBPR dynamic allocation memory node
|