HomeSort by relevance Sort by last modified time
    Searched refs:realloc (Results 151 - 175 of 875) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
malloc.h 32 extern void* realloc(void *, size_t);
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 58 argv = (char **)realloc(argv, argvSize * sizeof(char *)); \
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 94 using ::realloc;
  /external/bison/lib/
getdelim.c 52 NULL), pointing to *N characters of space. It is realloc'ed as
74 new_lineptr = (char *) realloc (*lineptr, *n);
111 new_lineptr = (char *) realloc (*lineptr, needed);
  /external/chromium_org/base/allocator/
generic_allocators.cc 97 return realloc(p, size);
153 return realloc(ptr, size);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
realloc_unittest.cc 33 // Test realloc() functionality
39 #include <stdlib.h> // for free, malloc, realloc
94 unsigned char* dst = (unsigned char*) realloc(src, dst_size);
102 // Now make sure realloc works correctly even when we overflow the
113 p[i] = (int*)realloc(p[i], 9000);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
realloc_unittest.cc 33 // Test realloc() functionality
39 #include <stdlib.h> // for free, malloc, realloc
94 unsigned char* dst = (unsigned char*) realloc(src, dst_size);
102 // Now make sure realloc works correctly even when we overflow the
113 p[i] = (int*)realloc(p[i], 9000);
  /external/valgrind/main/memcheck/tests/
malloc2.stderr.exp 7 Invalid free() / delete / delete[] / realloc()
suppfree.stderr.exp 1 Invalid free() / delete / delete[] / realloc()
  /ndk/sources/host-tools/sed-4.2.1/lib/
getdelim.c 52 NULL), pointing to *N characters of space. It is realloc'ed as
74 new_lineptr = (char *) realloc (*lineptr, *n);
111 new_lineptr = (char *) realloc (*lineptr, needed);
  /external/tremolo/Tremolo/
misc.c 73 pointers=(void **)realloc(pointers,sizeof(void **)*palloced);
74 insertlist=(long *)realloc(insertlist,sizeof(long *)*palloced);
106 files=realloc(files,filecount*sizeof(*files));
107 file_bytes=realloc(file_bytes,filecount*sizeof(*file_bytes));
214 ptr=realloc(ptr,bytes);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/halloc/src/
halloc.c 15 #include <stdlib.h> /* realloc */
90 /* realloc */
182 * of realloc(ptr, 0), which is defined in the standard
190 allocator = realloc;
195 if ((p = realloc(p, 0)))
197 /* realloc cannot be used as free() */
206 * free'ing realloc()
209 return realloc(ptr, n);
  /external/clang/test/Analysis/
unix-fns.c 17 void *realloc(void *, size_t);
112 char *foo = realloc(ptr, 0); // expected-warning{{Call to 'realloc' has an allocation size of 0 bytes}}
124 char *foo = realloc(ptr, size); // no-warning
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/halloc/src/
halloc.c 15 #include <stdlib.h> /* realloc */
90 /* realloc */
182 * of realloc(ptr, 0), which is defined in the standard
190 allocator = realloc;
195 if ((p = realloc(p, 0)))
197 /* realloc cannot be used as free() */
206 * free'ing realloc()
209 return realloc(ptr, n);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
halloc.c 15 #include <stdlib.h> /* realloc */
90 /* realloc */
182 * of realloc(ptr, 0), which is defined in the standard
190 allocator = realloc;
195 if ((p = realloc(p, 0)))
197 /* realloc cannot be used as free() */
206 * free'ing realloc()
209 return realloc(ptr, n);
  /external/chromium_org/third_party/libevent/
select.c 224 if ((readset_in = realloc(sop->event_readset_in, fdsz)) == NULL)
227 if ((readset_out = realloc(sop->event_readset_out, fdsz)) == NULL)
230 if ((writeset_in = realloc(sop->event_writeset_in, fdsz)) == NULL)
233 if ((writeset_out = realloc(sop->event_writeset_out, fdsz)) == NULL)
236 if ((r_by_fd = realloc(sop->event_r_by_fd,
240 if ((w_by_fd = realloc(sop->event_w_by_fd,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
values.c 47 values->pid = realloc(values->pid,
49 values->tid = realloc(values->tid,
51 values->value = realloc(values->value,
84 values->counterrawid = realloc(values->counterrawid,
86 values->countername = realloc(values->countername,
92 values->value[i] = realloc(values->value[i],
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
setenv.c 74 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
132 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 78 void *realloc(void *ptr, size_t size) { function
96 return realloc(p, size);
108 // _expand is used in realloc-like functions to resize the buffer if possible.
  /hardware/ti/omap4-aah/
Android.mk 11 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /hardware/ti/omap4-aah/domx/
Android.mk 10 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /hardware/ti/omap4xxx/
Android.mk 13 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
  /system/extras/libpagemap/
pm_kernel.c 85 new_pids = realloc(pids, 2 * pids_size * sizeof(pid_t));
103 new_pids = realloc(pids, pids_count * sizeof(pid_t));
  /bionic/libc/bionic/
malloc_debug_common.h 102 MallocDebugRealloc realloc; member in struct:MallocDebug
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
asprintf.c 49 _base = realloc(f._bf._base, ret + 1);

Completed in 8715 milliseconds

1 2 3 4 5 67 8 91011>>