HomeSort by: relevance | last modified time | path
    Searched defs:new_ptr (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gnulib/import/malloc/
scratch_buffer_grow.c 29 void *new_ptr; local
37 new_ptr = malloc (new_length);
41 new_ptr = NULL;
44 if (__glibc_unlikely (new_ptr == NULL))
52 buffer->data = new_ptr;
scratch_buffer_grow_preserve.c 31 void *new_ptr; local
37 new_ptr = malloc (new_length);
38 if (new_ptr == NULL)
40 memcpy (new_ptr, buffer->__space.__c, buffer->length);
46 new_ptr = realloc (buffer->data, new_length);
50 new_ptr = NULL;
53 if (__glibc_unlikely (new_ptr == NULL))
63 buffer->data = new_ptr;
scratch_buffer_set_array_size.c 51 char *new_ptr = malloc (new_length); local
52 if (new_ptr == NULL)
60 buffer->data = new_ptr;
  /src/external/gpl3/gdb.old/dist/gnulib/import/malloc/
scratch_buffer_grow.c 29 void *new_ptr; local
37 new_ptr = malloc (new_length);
41 new_ptr = NULL;
44 if (__glibc_unlikely (new_ptr == NULL))
52 buffer->data = new_ptr;
scratch_buffer_grow_preserve.c 31 void *new_ptr; local
37 new_ptr = malloc (new_length);
38 if (new_ptr == NULL)
40 memcpy (new_ptr, buffer->__space.__c, buffer->length);
46 new_ptr = realloc (buffer->data, new_length);
50 new_ptr = NULL;
53 if (__glibc_unlikely (new_ptr == NULL))
63 buffer->data = new_ptr;
scratch_buffer_set_array_size.c 51 char *new_ptr = malloc (new_length); local
52 if (new_ptr == NULL)
60 buffer->data = new_ptr;
  /src/usr.bin/diff/
xmalloc.c 53 void *new_ptr = ptr; local
55 if (reallocarr(&new_ptr, nmemb, size) != 0) {
59 return new_ptr;
  /src/external/bsd/tmux/dist/
xmalloc.c 63 void *new_ptr; local
67 new_ptr = reallocarray(ptr, nmemb, size);
68 if (new_ptr == NULL)
71 return new_ptr;
77 void *new_ptr; local
81 new_ptr = recallocarray(ptr, oldnmemb, nmemb, size);
82 if (new_ptr == NULL)
85 return new_ptr;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_dlsym.h 66 void *new_ptr = Allocate(new_size); local
67 if (new_ptr)
68 internal_memcpy(new_ptr, ptr, memcpy_size);
70 return new_ptr;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_dlsym.h 66 void *new_ptr = Allocate(new_size); local
67 if (new_ptr)
68 internal_memcpy(new_ptr, ptr, memcpy_size);
70 return new_ptr;
  /src/common/dist/zlib/
zutil.c 193 voidpf new_ptr; member in struct:ptr_table_s
225 table[next_ptr++].new_ptr = buf;
240 if (ptr != table[n].new_ptr) continue;
  /src/external/bsd/byacc/dist/
mstring.c 55 char *new_ptr = realloc(buf_ptr, (buf_len * 3) / 2); local
56 if (new_ptr == NULL)
62 buf_ptr = new_ptr;
  /src/external/gpl3/binutils/dist/zlib/
zutil.c 191 voidpf new_ptr; member in struct:ptr_table_s
223 table[next_ptr++].new_ptr = buf;
238 if (ptr != table[n].new_ptr) continue;
  /src/external/gpl3/binutils.old/dist/zlib/
zutil.c 206 voidpf new_ptr; member in struct:ptr_table_s
239 table[next_ptr++].new_ptr = buf;
255 if (ptr != table[n].new_ptr) continue;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_call.cc 124 void* new_ptr = __get_object_from_ambiguous_exception (new_xh); local
140 &new_ptr) != ctm_failed)
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_call.cc 126 void* new_ptr = __get_object_from_ambiguous_exception (new_xh); local
142 &new_ptr) != ctm_failed)
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
open-error-free.c 61 void *new_ptr; local
67 new_ptr = real_realloc (ptr, size);
75 return new_ptr;
  /src/external/gpl3/gdb/dist/zlib/
zutil.c 206 voidpf new_ptr; member in struct:ptr_table_s
239 table[next_ptr++].new_ptr = buf;
255 if (ptr != table[n].new_ptr) continue;
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
open-error-free.c 56 void *new_ptr; local
62 new_ptr = real_realloc (ptr, size);
70 return new_ptr;
  /src/external/gpl3/gdb.old/dist/zlib/
zutil.c 206 voidpf new_ptr; member in struct:ptr_table_s
239 table[next_ptr++].new_ptr = buf;
255 if (ptr != table[n].new_ptr) continue;
  /src/external/bsd/libarchive/dist/tar/
creation_set.c 116 struct filter_set *new_ptr; local
119 new_ptr = realloc(cset->filters,
121 if (new_ptr == NULL)
126 cset->filters = new_ptr;
  /src/external/bsd/tre/dist/lib/
xmalloc.c 322 void *new_ptr;
342 new_ptr = realloc(ptr, new_size);
343 if (new_ptr != NULL)
346 hash_table_add(xmalloc_table, new_ptr, (int)new_size, file, line, func);
348 return new_ptr;
320 void *new_ptr; local
  /src/external/cddl/osnet/dist/uts/common/zmod/
zutil.c 211 voidpf new_ptr; member in struct:ptr_table_s
242 table[next_ptr++].new_ptr = buf;
255 if (ptr != table[n].new_ptr) continue;
  /src/external/gpl3/gcc.old/dist/libgomp/
allocator.c 563 void *new_ptr, *ret; local
663 new_ptr = realloc (data->ptr, new_size);
665 new_ptr = malloc (new_size);
666 if (new_ptr == NULL)
681 ret = (char *) new_ptr + sizeof (struct omp_mem_header);
682 ((struct omp_mem_header *) ret)[-1].ptr = new_ptr;
693 new_ptr = realloc (data->ptr, new_size);
694 if (new_ptr == NULL)
696 ret = (char *) new_ptr + sizeof (struct omp_mem_header);
697 ((struct omp_mem_header *) ret)[-1].ptr = new_ptr;
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_linux.cc 111 void *new_ptr; local
113 new_ptr = AllocateFromLocalPool(size);
117 new_ptr = asan_malloc(size, &stack);
119 internal_memcpy(new_ptr, ptr, copy_size);
120 return new_ptr;

Completed in 43 milliseconds

1 2