| /src/external/mit/expat/dist/tests/ |
| memcheck.c | 46 void *allocation; member in struct:allocation_entry 66 entry->allocation = malloc(size); 67 if (entry->allocation == NULL) { 83 return entry->allocation; 91 if (entry->allocation == ptr) { 110 /* This is the relevant allocation. Unlink it */ 141 /* Find the allocation entry for this memory */ 150 entry->allocation = realloc(ptr, size); 151 if (entry->allocation == NULL) { 171 entry->allocation = reallocated [all...] |
| /src/lib/libc/arch/vax/gen/ |
| alloca.S | 38 movl 4(%ap),%r0 # get allocation size
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lto-compress.cc | 51 size_t allocation; member in struct:lto_compression_stream 209 if (stream->allocation < required) 211 if (stream->allocation == 0) 212 stream->allocation = MIN_STREAM_ALLOCATION; 213 while (stream->allocation < required) 214 stream->allocation *= 2; 216 stream->buffer = (char *) xrealloc (stream->buffer, stream->allocation);
|
| ggc-page.cc | 62 of an allocation request is rounded up to the next power of two 67 allocation state of a particular object to be flipped without 71 pushing and popping of allocation contexts. Only objects allocated 75 array is indexed by the allocation size, in bits, of the pages on 128 /* The number of objects per allocation page, for objects on a page of 139 offset in the allocation bitmap, by precalculating numbers M, S 178 thing you need to do to add a new special allocation size. */ 238 /* A page_entry records the status of an allocation page. This 274 next allocation from this page. */ 290 /* A page_group describes a large allocation from malloc, from whic 297 char *allocation; member in struct:page_group 853 char *allocation, *a, *enda; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lto-compress.cc | 51 size_t allocation; member in struct:lto_compression_stream 209 if (stream->allocation < required) 211 if (stream->allocation == 0) 212 stream->allocation = MIN_STREAM_ALLOCATION; 213 while (stream->allocation < required) 214 stream->allocation *= 2; 216 stream->buffer = (char *) xrealloc (stream->buffer, stream->allocation);
|
| ggc-page.cc | 62 of an allocation request is rounded up to the next power of two 67 allocation state of a particular object to be flipped without 71 pushing and popping of allocation contexts. Only objects allocated 75 array is indexed by the allocation size, in bits, of the pages on 128 /* The number of objects per allocation page, for objects on a page of 139 offset in the allocation bitmap, by precalculating numbers M, S 178 thing you need to do to add a new special allocation size. */ 238 /* A page_entry records the status of an allocation page. This 274 next allocation from this page. */ 290 /* A page_group describes a large allocation from malloc, from whic 297 char *allocation; member in struct:page_group 853 char *allocation, *a, *enda; local [all...] |
| /src/external/bsd/nvi/dist/gtk/ |
| gtkviscreen.c | 50 GtkAllocation *allocation); 465 attributes.x = widget->allocation.x; 466 attributes.y = widget->allocation.y; 467 attributes.width = widget->allocation.width; 468 attributes.height = widget->allocation.height; 487 attributes.width = MAX (1, (gint)widget->allocation.width - (gint)attributes.x * 2); 488 attributes.height = MAX (1, (gint)widget->allocation.height - (gint)attributes.y * 2); 543 GtkAllocation *allocation) 549 g_return_if_fail (allocation != NULL); 553 widget->allocation = *allocation [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/ |
| memory.d | 12 private enum allocationFailed = `assert(0, "Memory allocation failed");`; 20 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
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| free_tree.d | 29 node) in anticipation of large number of duplicates. Allocation time from the 33 Allocation requests first search the tree for a buffer of suitable size 35 and the memory is returned. Otherwise, the allocation is directed to $(D 283 is tried. If allocation from the parent succeeds, the allocated block is 466 byte[] allocation; 469 if (allocation.ptr) return null; 470 allocation = new byte[](s); 471 return allocation; 476 allocation = null;
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| advertising_proxy_services.c | 280 #define adv_send_command_with_data(ref, client_queue, command_name, command, app_callback, internal_callback, allocation, data, len) \ 281 adv_send_command_(ref, client_queue, command_name, command, app_callback, internal_callback, allocation, __FILE__, __LINE__) 282 #define adv_send_command(ref, client_queue, command_name, command, app_callback, internal_callback, allocation) \ 283 adv_send_command_(ref, client_queue, command_name, command, app_callback, internal_callback, allocation, __FILE__, __LINE__) 286 advertising_proxy_reply app_callback, cti_internal_callback_t internal_callback, size_t allocation, 296 connection = cti_connection_allocate(allocation);
|
| /src/external/bsd/top/dist/ |
| hash.m4c | 89 dnl # The m4 code uses MALLOC, FREE, and STRDUP for dynamic allocation. 315 dnl # allocates space for "key", or empty if no allocation is needed. 317 dnl # allocation is needed.
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
| amdgpu_command_table.c | 950 SET_PIXEL_CLOCK_PS_ALLOCATION allocation; local 952 memset(&allocation, 0, sizeof(allocation)); 955 allocation.sPCLKInput.ucPpll = ATOM_PPLL1; 957 allocation.sPCLKInput.ucPpll = ATOM_PPLL2; 961 allocation.sPCLKInput.usRefDiv = 963 allocation.sPCLKInput.usFbDiv = 965 allocation.sPCLKInput.ucFracFbDiv = 967 allocation.sPCLKInput.ucPostDiv = 971 allocation.sPCLKInput.usPixelClock [all...] |
| /src/usr.sbin/sysinst/ |
| README.md_defs | 61 If swapping, make sure allocation and num_usage_infos stays consistent, 62 old allocation is done by calloc(3), use free(3) to release.
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdbarch.h | 123 /* Allocation tag, the tag that is associated with every granule of memory in 124 the physical address space. Allocation tags are used to validate memory 126 allocation, member in class:memtag_type
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdbarch.h | 122 /* Allocation tag, the tag that is associated with every granule of memory in 123 the physical address space. Allocation tags are used to validate memory 125 allocation, member in class:memtag_type
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| jemalloc.c | 287 * situations that cannot tolerate TLS variable access (TLS allocation and very 536 * allocation. 538 * choose[0]: For application allocation. 539 * choose[1]: For internal metadata allocation. 698 * code (in a "broad" sense that doesn't count a reentrant allocation as an 712 * allocation. 1347 * Create enough scaffolding to allow recursive allocation in 1376 /* Initialize data structures which may trigger recursive allocation. */ 1554 /* Recursive allocation relies on functional tsd. */ 1566 /* Initialize narenas before prof_boot2 (for allocation). * 1821 void *allocation = NULL; local 1929 prof_malloc(tsd_tsdn(tsd), allocation, usize, &alloc_ctx, tctx); local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| Memory.inc | 48 // While we'd be happy to allocate single pages, the Windows allocation 127 // If the requested address is not aligned to the allocation granularity,
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExprCXX.cpp | 856 // Don't allow allocation of fewer elements than we have initializers. 878 // allocation fails. 1017 // We know this can't overflow; we check this when doing the allocation. 1036 // literal. The allocation must be for at least this much; we emitted a 1320 /// to a replaceable global allocation function. 1338 // Find the allocation or deallocation function that we're calling. 1447 // if the placement allocation function was, but is never passed a size. 1558 // 1. Build a call to the allocation function. 1580 // Emit the allocation call. If the allocator is a global placement 1582 Address allocation = Address::invalid() local [all...] |
| /src/lib/librumpuser/ |
| rumpuser_port.h | 179 #error method for aligned memory allocation required
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| README | 77 needs some changes to the memory allocation and deallocation, as well as data 308 Thanks go to Valeriy E. Ushakov <uwe@ptc.spbu.ru> for spotting an allocation
|
| api.txt | 101 If a -1 is returned, memory allocation was not successful. If a zero is
|
| /src/external/bsd/jemalloc/dist/src/ |
| jemalloc.c | 363 * situations that cannot tolerate TLS variable access (TLS allocation and very 549 * allocation. 551 * choose[0]: For application allocation. 552 * choose[1]: For internal metadata allocation. 698 * code (in a "broad" sense that doesn't count a reentrant allocation as an 712 * allocation. 1902 * Create enough scaffolding to allow recursive allocation in 1950 /* Initialize data structures which may trigger recursive allocation. */ 2161 /* Recursive allocation relies on functional tsd. */ 2173 /* Initialize narenas before prof_boot2 (for allocation). * 2508 void *allocation = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| morestack.S | 172 # Executed if no new stack allocation is needed. 196 # OK, no stack allocation needed. We still follow the protocol and 371 # Executed if no new stack allocation is needed. 395 # OK, no stack allocation needed. We still follow the protocol and
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
| morestack.S | 172 # Executed if no new stack allocation is needed. 196 # OK, no stack allocation needed. We still follow the protocol and 371 # Executed if no new stack allocation is needed. 395 # OK, no stack allocation needed. We still follow the protocol and
|
| /src/external/lgpl3/gmp/dist/mpn/s390_32/esame/ |
| sqr_basecase.asm | 46 C * Should we use this allocation-free style for more sqr_basecase asm
|