| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| memory.h | 64 size_t allocated; member in struct:pgp_memory_t
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| zero_realloc_alloc.c | 4 allocated() { function 8 uint64_t allocated; local 9 size_t sz = sizeof(allocated); 10 expect_d_eq(mallctl("thread.allocated", (void *)&allocated, &sz, NULL, 12 return allocated; 30 uint64_t allocated_before = allocated(); 33 uint64_t allocated_after = allocated();
|
| /src/external/gpl3/binutils/dist/include/ |
| dyn-string.h | 31 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| xmalloc.c | 123 size_t allocated; local 126 allocated = (char *) sbrk (0) - first_break; 128 allocated = (char *) sbrk (0) - (char *) &environ; 132 (unsigned long) size, (unsigned long) allocated);
|
| /src/external/gpl3/binutils.old/dist/include/ |
| dyn-string.h | 31 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| xmalloc.c | 123 size_t allocated; local 126 allocated = (char *) sbrk (0) - first_break; 128 allocated = (char *) sbrk (0) - (char *) &environ; 132 (unsigned long) size, (unsigned long) allocated);
|
| /src/external/gpl3/gcc/dist/include/ |
| dyn-string.h | 31 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| xmalloc.c | 123 size_t allocated; local 126 allocated = (char *) sbrk (0) - first_break; 128 allocated = (char *) sbrk (0) - (char *) &environ; 132 (unsigned long) size, (unsigned long) allocated);
|
| /src/external/gpl3/gcc.old/dist/include/ |
| dyn-string.h | 31 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| xmalloc.c | 123 size_t allocated; local 126 allocated = (char *) sbrk (0) - first_break; 128 allocated = (char *) sbrk (0) - (char *) &environ; 132 (unsigned long) size, (unsigned long) allocated);
|
| /src/external/gpl3/gdb/dist/include/ |
| dyn-string.h | 31 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| xmalloc.c | 123 size_t allocated; local 126 allocated = (char *) sbrk (0) - first_break; 128 allocated = (char *) sbrk (0) - (char *) &environ; 132 (unsigned long) size, (unsigned long) allocated);
|
| /src/external/gpl3/gdb.old/dist/include/ |
| dyn-string.h | 31 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| xmalloc.c | 123 size_t allocated; local 126 allocated = (char *) sbrk (0) - first_break; 128 allocated = (char *) sbrk (0) - (char *) &environ; 132 (unsigned long) size, (unsigned long) allocated);
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| ipkeylist.h | 35 uint32_t allocated; member in struct:dns_ipkeylist
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| ipkeylist.h | 35 uint32_t allocated; member in struct:dns_ipkeylist
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| filter-sr-latin.c | 162 size_t allocated = input_len + (input_len >> 1); local 163 char *output = (char *) xmalloc (allocated); 244 /* Verify that the allocated size was not exceeded. */ 245 if (output_len > allocated) 248 if (output_len < allocated)
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| environ.c | 23 static int allocated = 0; /* environ is, or is not, allocated */ variable 105 * old name=value entry because it may not be allocated. 144 envp = allocated ? 150 allocated = 1;
|
| /src/external/public-domain/xz/dist/src/liblzma/simple/ |
| simple_private.h | 46 /// Size of the memory allocated for the buffer. 47 size_t allocated; member in struct:__anon24641
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_allocator.h | 42 u8 allocated : 8; // Must be first. member in struct:__lsan::ChunkMetadata
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| standalone_malloc_test.cc | 21 vector<pair<char *, size_t> > allocated; local 22 allocated.reserve(kNumIters); 36 allocated.push_back(make_pair(x, size)); 39 if (allocated.empty()) continue; 40 size_t slot = i % allocated.size(); 41 char *p = allocated[slot].first; 43 size_t size = allocated[slot].second; 45 swap(allocated[slot], allocated.back()); 46 allocated.pop_back() [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| base_structs.h | 52 size_t allocated; member in struct:base_s
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| base_structs.h | 52 size_t allocated; member in struct:base_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| base_structs.h | 52 size_t allocated; member in struct:base_s
|
| /src/external/bsd/pkg_install/dist/lib/ |
| gpgsig.c | 106 size_t allocated; local 168 allocated = 1024; 169 *sig = xmalloc(allocated); 175 allocated - *sig_len)) > 0) { 177 if (*sig_len == allocated) { 178 allocated *= 2; 179 *sig = xrealloc(*sig, allocated);
|