Home
last modified time | relevance | path

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

12345678910>>...44

/netbsd/external/mit/expat/dist/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 …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dlto-compress.cc51 size_t allocation; member
209 if (stream->allocation < required) in lto_append_to_compression_stream()
211 if (stream->allocation == 0) in lto_append_to_compression_stream()
212 stream->allocation = MIN_STREAM_ALLOCATION; in lto_append_to_compression_stream()
213 while (stream->allocation < required) in lto_append_to_compression_stream()
214 stream->allocation *= 2; in lto_append_to_compression_stream()
216 stream->buffer = (char *) xrealloc (stream->buffer, stream->allocation); in lto_append_to_compression_stream()
H A Dlto-compress.c51 size_t allocation; member
209 if (stream->allocation < required) in lto_append_to_compression_stream()
211 if (stream->allocation == 0) in lto_append_to_compression_stream()
212 stream->allocation = MIN_STREAM_ALLOCATION; in lto_append_to_compression_stream()
213 while (stream->allocation < required) in lto_append_to_compression_stream()
214 stream->allocation *= 2; in lto_append_to_compression_stream()
216 stream->buffer = (char *) xrealloc (stream->buffer, stream->allocation); in lto_append_to_compression_stream()
H A Dggc-page.c297 char *allocation; member
737 page_group_index (char *allocation, char *page) in page_group_index() argument
739 return (size_t) (page - allocation) >> G.lg_pagesize; in page_group_index()
747 group->in_use |= 1 << page_group_index (group->allocation, page); in set_page_group_in_use()
853 char *allocation, *a, *enda; in alloc_page() local
861 allocation = XNEWVEC (char, alloc_size); in alloc_page()
864 head_slop = page - allocation; in alloc_page()
866 tail_slop = ((size_t) allocation + alloc_size) & (G.pagesize - 1); in alloc_page()
869 enda = allocation + alloc_size - tail_slop; in alloc_page()
892 group->allocation = allocation; in alloc_page()
[all …]
H A Dggc-page.cc297 char *allocation; member
737 page_group_index (char *allocation, char *page) in page_group_index() argument
739 return (size_t) (page - allocation) >> G.lg_pagesize; in page_group_index()
747 group->in_use |= 1 << page_group_index (group->allocation, page); in set_page_group_in_use()
853 char *allocation, *a, *enda; in alloc_page() local
861 allocation = XNEWVEC (char, alloc_size); in alloc_page()
864 head_slop = page - allocation; in alloc_page()
866 tail_slop = ((size_t) allocation + alloc_size) & (G.pagesize - 1); in alloc_page()
869 enda = allocation + alloc_size - tail_slop; in alloc_page()
892 group->allocation = allocation; in alloc_page()
[all …]
/netbsd/external/bsd/nvi/dist/gtk/
H A Dgtkviscreen.c50 GtkAllocation *allocation);
465 attributes.x = widget->allocation.x; in gtk_vi_screen_realize()
466 attributes.y = widget->allocation.y; in gtk_vi_screen_realize()
467 attributes.width = widget->allocation.width; in gtk_vi_screen_realize()
468 attributes.height = widget->allocation.height; in gtk_vi_screen_realize()
543 GtkAllocation *allocation) in gtk_vi_screen_size_allocate() argument
549 g_return_if_fail (allocation != NULL); in gtk_vi_screen_size_allocate()
553 widget->allocation = *allocation; in gtk_vi_screen_size_allocate()
557 allocation->x, allocation->y, in gtk_vi_screen_size_allocate()
558 allocation->width, allocation->height); in gtk_vi_screen_size_allocate()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dlto-compress.c51 size_t allocation; member
209 if (stream->allocation < required) in lto_append_to_compression_stream()
211 if (stream->allocation == 0) in lto_append_to_compression_stream()
212 stream->allocation = MIN_STREAM_ALLOCATION; in lto_append_to_compression_stream()
213 while (stream->allocation < required) in lto_append_to_compression_stream()
214 stream->allocation *= 2; in lto_append_to_compression_stream()
216 stream->buffer = (char *) xrealloc (stream->buffer, stream->allocation); in lto_append_to_compression_stream()
H A Dggc-page.c297 char *allocation; member
737 page_group_index (char *allocation, char *page) in page_group_index() argument
739 return (size_t) (page - allocation) >> G.lg_pagesize; in page_group_index()
747 group->in_use |= 1 << page_group_index (group->allocation, page); in set_page_group_in_use()
853 char *allocation, *a, *enda; in alloc_page() local
861 allocation = XNEWVEC (char, alloc_size); in alloc_page()
864 head_slop = page - allocation; in alloc_page()
866 tail_slop = ((size_t) allocation + alloc_size) & (G.pagesize - 1); in alloc_page()
869 enda = allocation + alloc_size - tail_slop; in alloc_page()
892 group->allocation = allocation; in alloc_page()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-26-Reoptimizer2.txt7 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.
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DGwpAsan.rst86 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
175 | | | page boundary? By default (false), we round up allocation
187 … | | allows better error reports by providing stack traces for allocation and |
225 …| Use after free at 0x7feccab26000 (0 bytes into a 41-byte allocation at 0x7feccab26000) by thread…
262 …| Use after free at 0x7feccab26000 (0 bytes into a 41-byte allocation at 0x7feccab26000) by thread…
H A DScudoHardenedAllocator.rst37 - 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 …]
/netbsd/crypto/external/bsd/openssl.old/dist/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
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DASN1_OBJECT_new.pod5 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 DX509_new.pod7 X509_chain_up_ref - X509 certificate ASN1 allocation functions
21 The X509 ASN1 allocation routines, allocate and free an
56 If the allocation fails, X509_new() returns NULL and sets an error
/netbsd/external/bsd/jemalloc/dist/
H A DChangeLog31 allocation. (@interwq, @davidtgoldblatt)
450 allocation. (@kspinka, @Whissi, @jasone)
574 - Move retained memory allocation out of the default chunk allocation
736 allocation versus deallocation.
849 small/large allocation if chunk allocation failed. In the absence of this
850 bug, chunk allocation failure would result in allocation failure, e.g. NULL
914 allocation, not just deallocation.
915 - Fix a data race for large allocation stats counters.
950 set during the first allocation prior to this fix.
1022 after primary dss allocation fails.
[all …]
H A DTUNING.md30 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
/netbsd/external/mit/libcbor/dist/
H A DCHANGELOG.md7 - BREAKING: Fix handling & cleanup of failed memory allocation in constructor
10 when memory allocation fails
26 - Reworked (re)allocation to handle huge inputs and overflows in size_t [#16]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d460 byte[] allocation;
463 if (allocation.ptr) return null; in allocate()
464 allocation = new byte[](s); in allocate()
465 return allocation; in allocate()
470 allocation = null; in deallocate()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d466 byte[] allocation;
469 if (allocation.ptr) return null; in allocate()
470 allocation = new byte[](s); in allocate()
471 return allocation; in allocate()
476 allocation = null; in deallocate()
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in133 * triggering allocation in order for threaded allocation to be safe.
140 * to avoid recursive allocation during mutex initialization.
156 /* JEMALLOC_PROF enables allocation profiling. */
187 * Minimum allocation alignment is 2^LG_QUANTUM bytes (ignoring tiny size
237 * If defined, explicitly attempt to more uniformly distribute large allocation
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dmemory.d20 of the allocation is null, with the consequence that errno will not be
23 it is a programmer error to use this function if the requested allocation
/netbsd/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A Dgfx8_hwreg.rst51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
H A Dgfx9_hwreg.rst51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
H A Dgfx90a_hwreg.rst51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
52 HW_REG_LDS_ALLOC Per-wave LDS allocation.

12345678910>>...44