Searched refs:realloc (Results 101 - 125 of 606) sorted by relevance

1234567891011>>

/external/freetype/include/config/
H A Dftstdlib.h134 #define ft_srealloc realloc
/external/icu/icu4c/source/tools/tzcode/
H A Dialloc.c42 return realloc((void *) pointer, (size_t) nonzero(size));
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.h18 # define realloc je_realloc macro
H A Djemalloc_mangle_jet.h18 # define realloc jet_realloc macro
/external/libedit/src/
H A Dfgetln.c67 char *nbuf = realloc(buf, nbufsiz);
/external/libmtp/examples/
H A Dnewplaylist.c54 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
55 printf("realloc failed\n");
/external/libvpx/libvpx/
H A Divfdec.c89 uint8_t *new_buffer = realloc(*buffer, 2 * frame_size);
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftstdlib.h134 #define ft_srealloc realloc
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftstdlib.h134 #define ft_srealloc realloc
/external/tremolo/Tremolo/
H A Dos_types.h52 #define _ogg_realloc realloc
/external/valgrind/main/memcheck/tests/
H A Dorigin1-yes.c71 int* ptr_to_undef_realloc_int = realloc(ptr_to_undef_malloc_int2, 4096);
75 fprintf(stderr, "\nUndef 5 of 8 (realloc)\n");
/external/bison/darwin-lib/
H A Dstdlib.h593 rely on GNU or POSIX semantics for malloc and realloc (for example,
595 realloc to be redefined. */
1035 # undef realloc
1036 # define realloc rpl_realloc
1038 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
1039 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
1041 _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size));
1043 _GL_CXXALIASWARN (realloc); variable
1045 # undef realloc macro
1046 /* Assume realloc i
[all...]
/external/bison/linux-lib/
H A Dstdlib.h593 rely on GNU or POSIX semantics for malloc and realloc (for example,
595 realloc to be redefined. */
1035 # undef realloc
1036 # define realloc rpl_realloc
1038 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
1039 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
1041 _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size));
1043 _GL_CXXALIASWARN (realloc); variable
1045 # undef realloc macro
1046 /* Assume realloc i
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkRecord.h81 fRecords.realloc(fReserved);
82 fTypes.realloc(fReserved);
H A DSkWriter32.cpp70 fInternal.realloc(fCapacity);
/external/elfutils/0.153/libdw/
H A Ddwarf_getpubnames.c82 = (struct pubnames_s *) realloc (mem, allocated * entsize);
152 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
/external/iproute2/tc/
H A Demp_ematch.l46 strbuf = realloc(strbuf, strbuf_size);
/external/jemalloc/src/
H A Dzone.c105 return (realloc(ptr, size));
190 zone.realloc = (void *)zone_realloc;
/external/skia/src/core/
H A DSkRecord.h77 fRecords.realloc(fReserved);
78 fTypes.realloc(fReserved);
/external/srec/portable/include/
H A Dpmemory.h67 #define REALLOC(p, n) realloc(p, n)
87 #define realloc #error macro
125 * Portable realloc()
130 * Portable realloc()
204 * Reallocates data. Similar to realloc.
224 * Frees data allocated through pmalloc, pcalloc or realloc.
/external/valgrind/main/drd/tests/
H A Dunit_vc.c15 void* VG_(realloc)(const HChar* cc, void* p, SizeT size) function
16 { return realloc(p, size); }
/external/bison/lib/
H A Dstdlib.in.h271 rely on GNU or POSIX semantics for malloc and realloc (for example,
273 realloc to be redefined. */
713 # undef realloc
714 # define realloc rpl_realloc
716 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
717 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
719 _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size));
721 _GL_CXXALIASWARN (realloc);
723 # undef realloc
724 /* Assume realloc i
[all...]
/external/chromium_org/third_party/freetype/src/raster/
H A Dftmisc.h78 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
/external/chromium_org/third_party/libevent/
H A Dpoll.c229 tmp_event_set = realloc(pop->event_set,
232 event_warn("realloc");
237 tmp_event_r_back = realloc(pop->event_r_back,
241 event_warn("realloc");
246 tmp_event_w_back = realloc(pop->event_w_back,
251 event_warn("realloc");
268 realloc(pop->idxplus1_by_fd, new_count * sizeof(int));
270 event_warn("realloc");
/external/chromium_org/third_party/speex/libspeex/
H A Dos_support.h69 /** Speex wrapper for realloc. To do your own dynamic allocation, all you need to do is replace this function, speex_alloc and speex_free */
73 return realloc(ptr, size);

Completed in 9758 milliseconds

1234567891011>>