| /src/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 …]
|
| /src/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()
|
| /src/contrib/jemalloc/doc_internal/ |
| H A D | PROFILING_INTERNALS.md | 9 … do so. These costs are quite large compared to the average cost of an allocation. To manage this,… 16 …kely to have to do an mmap, and cheaper to fill (by the user) once the allocation has been returne… 21 - One allocation being sampled is independent of other allocations being sampled. 22 - Each allocation has a non-zero probability of being sampled. 28 …i$ is the size of the $i$'th allocation, and $I_i$ is an indicator random variable for whether or … 32 This is of course $\sum_i S_i$, as we want (and, a similar calculation could be done for allocation… 36 …- Sample even-indexed allocations more frequently than odd-indexed ones (so long as no allocation … 58 …ick if possible. There are two obvious counters to use: a coinflip per allocation, and a coinflip … 60 ### Bernoulli sampling per-allocation 61 An obvious strategy is to pick some large $N$, and give each allocation a $1/N$ chance of being sam… [all …]
|
| /src/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. "
|
| /src/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
|
| /src/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 | 9 - X509 certificate ASN1 allocation and deallocation functions 24 The X509 ASN1 allocation routines allocate and free an 64 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() 42 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 | BN_CTX_new.pod | 23 library functions. Since dynamic memory allocation to create B<BIGNUM>s 51 If the allocation fails,
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | json-encoder.md | 10 representation and is expected to be zero-allocation in most cases. This enables 12 allocation. 52 The zero-allocation, immediate-output design means that most API calls 61 headers and can be incorporated into other objects without a heap allocation.
|
| /src/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 "
|
| /src/contrib/tcsh/nls/russian/ |
| H A D | set19 | 10 8 %s current memory allocation:\nfree:\t 15 13 %s current memory allocation:\n
|
| /src/contrib/tcsh/nls/C/ |
| H A D | set19 | 10 8 %s current memory allocation:\nfree:\t 15 13 %s current memory allocation:\n
|
| /src/contrib/jemalloc/ |
| H A D | ChangeLog | 24 - Support C++17 over-aligned allocation. (@marksantaniello) 146 usage is improved with certain allocation patterns. As usual, the release and 262 - Allow arena index lookup based on allocation addresses via mallctl. 267 allocation. (@interwq, @davidtgoldblatt) 326 - Improve the fit for aligned allocation. (@interwq, @edwinsmith) 373 only allocation activity is to call free() after TLS destructors have been 473 - Improve reentrant allocation support, such that deadlock is less likely if 485 - Unify the allocation paths, and merge most fast-path branching decisions. 578 a single allocation's size exceeds the interval. (@jasone) 598 - Fix DSS (sbrk(2)-based) allocation. This regression was first released in [all …]
|
| H A D | TUNING.md | 30 with large memory footprint and frequent allocation / deallocation 34 Suggested for allocation intensive programs: `metadata_thp:auto` or 91 allocation activity is very rare: 127 access / allocation patterns. Threads with heavy workloads often benefit
|
| /src/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
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 126 * triggering allocation in order for threaded allocation to be safe. 133 * to avoid recursive allocation during mutex initialization. 152 /* JEMALLOC_PROF enables allocation profiling. */ 186 * Minimum allocation alignment is 2^LG_QUANTUM bytes (ignoring tiny size 245 * If defined, explicitly attempt to more uniformly distribute large allocation
|
| /src/crypto/krb5/src/util/ |
| H A D | t_array.pm | 32 * int init() -> nonzero if fail initial allocation 34 * int grow(newsize) -> negative if fail allocation, memset(,0,) new space
|
| /src/sys/contrib/openzfs/config/ |
| H A D | kernel-kmap-atomic-args.m4 | 5 dnl # push/pop based dynamical allocation.
|
| /src/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
|
| /src/contrib/tcsh/nls/greek/ |
| H A D | set19 | 15 13 %s current memory allocation:\n
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | new.inc | 11 // [alloc.errors], storage allocation errors
|
| /src/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
|