/openbsd/gnu/llvm/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() 533 Allocation &allocation = iter->second; in WriteMemory() local 539 switch (allocation.m_policy) { in WriteMemory() 649 Allocation &allocation = iter->second; in ReadMemory() local 653 if (offset > allocation.m_size) { in ReadMemory() 661 switch (allocation.m_policy) { in ReadMemory() 790 Allocation &allocation = iter->second; in GetMemoryData() local [all …]
|
/openbsd/lib/libexpat/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()
|
/openbsd/gnu/llvm/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.") 59 "Entries to keep in the allocation ring buffer for scudo.")
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2003-06-26-Reoptimizer2.txt | 7 allocation. It allows you to add, modify, or delete some instructions, 20 register allocation on just the trace, and stitch the trace back into 22 it does its register allocation. (On exits from the trace we have 35 does not handle floating-point register allocation. 96 allocation. 110 5. After the last section is the register allocation output.
|
H A D | 2001-06-01-GCCOptimizations2.txt | 57 5. Local register allocation 58 6. global register allocation
|
/openbsd/regress/sys/kern/extent/ |
H A D | tests | 4 #fill up an extent, should coalesce into one allocation 39 #check allocation beyond last boundary line (to be fixed) 48 #check allocation beyond last boundary line (to be fixed) 49 # last allocation should be bumped to the next boundary and exactly fit 134 # Check allocation of a conflicting region in an otherwise filled
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | GwpAsan.rst | 86 The core of GWP-ASan is the guarded allocation pool. Each sampled allocation is 90 allocation pool*. 98 handled by the internal crash handler. Because each allocation is recorded with 108 The guarded allocation pool also provides use-after-free detection. Whenever a 109 sampled allocation is deallocated, we map its guarded slot as inaccessible. Any 113 Please note that the use-after-free detection for a sampled allocation is 176 | | | page boundary? By default (false), we round up allocation … 188 … | | allows better error reports by providing stack traces for allocation and | 226 …| Use after free at 0x7feccab26000 (0 bytes into a 41-byte allocation at 0x7feccab26000) by thread… 263 …| Use after free at 0x7feccab26000 (0 bytes into a 41-byte allocation at 0x7feccab26000) by thread…
|
H A D | ScudoHardenedAllocator.rst | 37 - the Primary allocator: fast and efficient, it services smaller allocation 42 - the Secondary allocator: slower, it services larger allocation sizes via the 79 - the allocation type (malloc, new, new[] or memalign), to detect potential 80 mismatches in the allocation APIs used; 86 the returned chunk to the beginning of the backend allocation (the "block"); 91 small overhead for each allocation. 143 Your linked binary should now make use of the Scudo allocation and deallocation 241 | | | | allocation. … 244 | | | | byte pattern on allocation. … 321 - ``"allocation type mismatch"``: when the optional deallocation type mismatch [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ggc-page.c | 273 char *allocation; member 628 page_group_index (allocation, page) in page_group_index() argument 629 char *allocation, *page; in page_group_index() 631 return (size_t) (page - allocation) >> G.lg_pagesize; 641 group->in_use |= 1 << page_group_index (group->allocation, page); 740 char *allocation, *a, *enda; local 748 allocation = xmalloc (alloc_size); 751 head_slop = page - allocation; 756 enda = allocation + alloc_size - tail_slop; 780 group->allocation = allocation; [all …]
|
/openbsd/gnu/llvm/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 "
|
/openbsd/gnu/gcc/gcc/ |
H A D | ggc-page.c | 312 char *allocation; member 701 page_group_index (char *allocation, char *page) in page_group_index() argument 703 return (size_t) (page - allocation) >> G.lg_pagesize; in page_group_index() 711 group->in_use |= 1 << page_group_index (group->allocation, page); in set_page_group_in_use() 807 char *allocation, *a, *enda; in alloc_page() local 815 allocation = xmalloc (alloc_size); in alloc_page() 818 head_slop = page - allocation; in alloc_page() 820 tail_slop = ((size_t) allocation + alloc_size) & (G.pagesize - 1); in alloc_page() 823 enda = allocation + alloc_size - tail_slop; in alloc_page() 846 group->allocation = allocation; in alloc_page() [all …]
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | undef.t | 175 like($first, qr/\bPV = 0x[0-9a-f]+\b/, '$x = undef preserves PV allocation'); 176 like($second, qr/\bPV = 0\b$/, 'undef $x frees PV allocation');
|
/openbsd/gnu/llvm/llvm/docs/AMDGPU/ |
H A D | gfx7_hwreg.rst | 51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation. 52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
|
H A D | gfx8_hwreg.rst | 51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation. 52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
|
H A D | gfx90a_hwreg.rst | 51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation. 52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
|
H A D | gfx9_hwreg.rst | 51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation. 52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
|
H A D | gfx11_hwreg.rst | 52 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation. 53 HW_REG_LDS_ALLOC Per-wave LDS allocation.
|
H A D | gfx1030_hwreg.rst | 52 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation. 53 HW_REG_LDS_ALLOC Per-wave LDS allocation.
|
H A D | gfx10_hwreg.rst | 52 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation. 53 HW_REG_LDS_ALLOC Per-wave LDS allocation.
|
H A D | gfx940_hwreg.rst | 51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation. 52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
|
/openbsd/sys/dev/pci/drm/amd/display/dc/bios/ |
H A D | command_table.c | 980 SET_PIXEL_CLOCK_PS_ALLOCATION allocation; in set_pixel_clock_v3() local 982 memset(&allocation, 0, sizeof(allocation)); in set_pixel_clock_v3() 985 allocation.sPCLKInput.ucPpll = ATOM_PPLL1; in set_pixel_clock_v3() 987 allocation.sPCLKInput.ucPpll = ATOM_PPLL2; in set_pixel_clock_v3() 991 allocation.sPCLKInput.usRefDiv = in set_pixel_clock_v3() 993 allocation.sPCLKInput.usFbDiv = in set_pixel_clock_v3() 995 allocation.sPCLKInput.ucFracFbDiv = in set_pixel_clock_v3() 997 allocation.sPCLKInput.ucPostDiv = in set_pixel_clock_v3() 1001 allocation.sPCLKInput.usPixelClock = in set_pixel_clock_v3() 1004 params = (PIXEL_CLOCK_PARAMETERS_V3 *)&allocation.sPCLKInput; in set_pixel_clock_v3() [all …]
|
/openbsd/lib/libcbor/ |
H A D | README.openbsd | 8 disabled in this import and the allocation functions _cbor_malloc, etc.
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | obstacks.texi | 13 are implemented with macros, so allocation is usually very fast as long as 55 of object. Dynamic allocation of obstacks allows your program to have a 117 Initialize obstack @var{obstack-ptr} for allocation of objects. This 119 allocation of memory fails, the function pointed to by 122 obstack returned 0 if allocation failed). 164 @cindex allocation (obstacks) 180 @code{obstack_alloc_failed_handler} if allocation of memory by 208 @code{obstack_alloc_failed_handler} if allocation of memory by 265 obstacks, or non-obstack allocation, can reuse the space of the chunk. 345 ordinary allocation of another object. If you try to do so, the space [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | new | 34 * handling memory allocation errors; see 51 * @c bad_alloc (or classes derived from it) is used to report allocation
|