Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 25 of 29) sorted by relevance

12

/ndk/tests/device/test-stlport_static-exception/jni/
Dbadalloc1.cpp63 extern "C" void *realloc (void *p, size_t size) in realloc() function
/ndk/tests/device/test-stlport_shared-exception/jni/
Dbadalloc1.cpp63 extern "C" void *realloc (void *p, size_t size) in realloc() function
/ndk/sources/host-tools/nawk-20071023/
Db.c351 setvec = (int *) realloc(setvec, maxsetvec * sizeof(int)); in cfoll()
352 tmpset = (int *) realloc(tmpset, maxsetvec * sizeof(int)); in cfoll()
392 setvec = (int *) realloc(setvec, maxsetvec * sizeof(int)); in first()
393 tmpset = (int *) realloc(tmpset, maxsetvec * sizeof(int)); in first()
858 setvec = (int *) realloc(setvec, maxsetvec * sizeof(int)); in cgoto()
859 tmpset = (int *) realloc(tmpset, maxsetvec * sizeof(int)); in cgoto()
880 setvec = (int *) realloc(setvec, maxsetvec * sizeof(int)); in cgoto()
881 tmpset = (int *) realloc(setvec, maxsetvec * sizeof(int)); in cgoto()
Dlib.c398 fldtab = (Cell **) realloc(fldtab, s); in growfldtab()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp179 long* iarray = static_cast<long*>(realloc(__iarray_, newsize)); in iword()
208 void** parray = static_cast<void**>(realloc(__parray_, newsize)); in pword()
239 event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newesize)); in register_callback()
244 int* indxs = static_cast<int *>(realloc(__index_, newisize)); in register_callback()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c150 extern char *malloc (), *realloc ();
203 return (char *) realloc (p, n);
205 # define realloc my_realloc macro
812 = (char **) realloc (pglob->gl_pathv,
931 = (char **) realloc (pglob->gl_pathv,
986 new_pathv = (char **) realloc (pglob->gl_pathv,
1034 char *new = realloc (pglob->gl_pathv[i], len);
1377 = (char **) realloc (pglob->gl_pathv,
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_line_reader.cpp102 buff_ = static_cast<char*>(::realloc(old_buff, new_capacity)); in GetNextLine()
Dcrazy_linker_util.cpp91 ptr_ = reinterpret_cast<char*>(realloc(old_ptr, new_capacity + 1)); in Reserve()
Dcrazy_linker_util.h237 items_ = reinterpret_cast<T*>(realloc(items_, new_capacity * sizeof(T))); in Reserve()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib51 void* realloc(void* ptr, size_t size);
125 using ::realloc;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdlib.h75 using _STLP_VENDOR_CSTD::realloc;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp59 static_assert((std::is_same<decltype(realloc(0,0)), void*>::value), ""); in main()
/ndk/sources/android/support/tests/minitest/
Dminitest.cc118 str_ = reinterpret_cast<char*>(::realloc(str_, new_capacity + 1)); in Reserve()
/ndk/sources/cxx-stl/system/include/
Dcstdlib94 using ::realloc;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp59 static_assert((std::is_same<decltype(std::realloc(0,0)), void*>::value), ""); in main()
/ndk/sources/cxx-stl/gabi++/include/
Dcstdlib94 using ::realloc;
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()
1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); in allocset()
1172 np = realloc(cs->multis, cs->smultis); in mcadd()
1379 sp = (sop *)realloc(p->strip, size*sizeof(sop)); in enlarge()
1395 g->strip = (sop *)realloc((char *)p->strip, p->slen * sizeof(sop)); in stripsnug()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h313 if ((*strp = (char *)realloc(*strp, str_size + 1)) == NULL) in vasprintf()
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp100 = __STATIC_CAST(PODType*,realloc(__array, new_N * sizeof(PODType))); in _Stl_expand_array()
Dallocators.cpp1083 return realloc(__p, __new_sz); in reallocate()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dfallback_malloc.ipp20 // No support for realloc.
/ndk/sources/host-tools/make-3.81/
Dmake.h231 extern char *realloc PARAMS ((char *, int));
Dmisc.c357 result = ptr ? realloc (ptr, size) : malloc (size); in xrealloc()
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c626 pproc->outp = realloc(pproc->outp, bufsize); in proc_stdout_thread()
657 pproc->errp = realloc(pproc->errp, bufsize); in proc_stderr_thread()
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h103 str_ = reinterpret_cast<char*>(realloc(str_, len + 1)); in Resize()

12