/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRMemoryMap.cpp | 466 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() 491 allocation.m_process_alloc); // FindSpace allocated this for real in Free() 500 process_sp->DeallocateMemory(allocation.m_process_alloc); in Free() 558 Allocation &allocation = iter->second; in WriteMemory() local 560 uint64_t offset = process_address - allocation.m_process_start; in WriteMemory() 564 switch (allocation.m_policy) { in WriteMemory() 570 if (!allocation.m_data.GetByteSize()) { in WriteMemory() [all …]
|
/freebsd/contrib/expat/tests/ |
H A D | memcheck.c | 46 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/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.") 50 "Entries to keep in the allocation ring buffer for scudo. "
|
/freebsd/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/crypto/openssl/doc/man3/ |
H A D | ASN1_OBJECT_new.pod | 5 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 D | X509_new.pod | 7 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 D | SSL_alloc_buffers.pod | 26 avoid allocation during data processing or with CRYPTO_set_mem_functions() 39 an allocation failure.
|
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 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 D | BN_CTX_new.pod | 23 library functions. Since dynamic memory allocation to create B<BIGNUM>s 51 If the allocation fails,
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 46 usage is improved with certain allocation patterns. As usual, the release and 162 - Allow arena index lookup based on allocation addresses via mallctl. 167 allocation. (@interwq, @davidtgoldblatt) 226 - Improve the fit for aligned allocation. (@interwq, @edwinsmith) 273 only allocation activity is to call free() after TLS destructors have been 373 - Improve reentrant allocation support, such that deadlock is less likely if 385 - Unify the allocation paths, and merge most fast-path branching decisions. 478 a single allocation's size exceeds the interval. (@jasone) 498 - Fix DSS (sbrk(2)-based) allocation. This regression was first released in 507 - Fix huge-aligned allocation. This regression was first released in 4.4.0. [all …]
|
/freebsd/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 " 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/contrib/tcsh/nls/russian/ |
H A D | set19 | 10 8 %s current memory allocation:\nfree:\t 15 13 %s current memory allocation:\n
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set19 | 10 8 %s current memory allocation:\nfree:\t 15 13 %s current memory allocation:\n
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | qcom,rmtfs-mem.txt | 14 Usage: required for static allocation 20 Usage: required for dynamic allocation
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-kmap-atomic-args.m4 | 4 dnl # push/pop based dynamical allocation.
|
/freebsd/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/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_flags.inc | 46 "if the allocation size is not a divident of the granule size") 67 // allocation size and stack trace is between malloc_bisect_left and
|
/freebsd/contrib/tcsh/nls/greek/ |
H A D | set19 | 15 13 %s current memory allocation:\n
|
/freebsd/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
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set19 | 15 13 %s current memory allocation:\n
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | new.cppm |
|
/freebsd/contrib/tcsh/nls/et/ |
H A D | set19 | 15 13 %s current memory allocation:\n
|
/freebsd/contrib/tcsh/nls/finnish/ |
H A D | set19 | 15 13 %s current memory allocation:\n
|