HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 76 - 100 of 1526) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/third_party/libevent/
poll.c 229 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/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 15 #ifdef realloc
18 #define XREALLOC realloc
  /external/harfbuzz/src/
harfbuzz-impl.h 88 #define REALLOC(_ptr,_newsz) \
104 REALLOC(_ptr,(_newcnt)*sizeof(_type))
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h 92 #define REALLOC(_ptr,_newsz) \
108 REALLOC(_ptr,(_newcnt)*sizeof(_type))
  /external/libmtp/examples/
newplaylist.c 54 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
55 printf("realloc failed\n");
  /external/valgrind/main/memcheck/tests/
pdb-realloc2.c 2 /* A test which involves copying (using realloc) a block containing
59 p = realloc(p, size+i);
malloc2.stderr.exp 7 Invalid free() / delete / delete[] / realloc()
suppfree.stderr.exp 1 Invalid free() / delete / delete[] / realloc()
  /external/webkit/Source/JavaScriptCore/wtf/brew/
SystemMallocBrew.h 54 return REALLOC(p, n | ALLOC_NO_ZMEM);
62 #define realloc(p, n) reallocBrew(p, n) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 106 # undef realloc
107 # define realloc rpl_realloc
108 extern void * realloc (void *ptr, size_t size);
111 # undef realloc
112 # define realloc(p,s) \
113 (GL_LINK_WARNING ("realloc is not POSIX compliant everywhere - " \
114 "use gnulib module realloc-posix for portability"), \
115 realloc (p, s))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmemusage.so 
libanl-2.7.so 
libanl.so 
libanl.so.1 
libnss_compat-2.7.so 
libnss_compat.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmemusage.so 
  /development/ndk/platforms/android-3/include/
malloc.h 32 extern void* realloc(void *, size_t);
  /external/bison/lib/
spawn_faction_init.c 35 void *newmem = realloc (file_actions->_actions,
  /external/clang/test/Analysis/
malloc.cpp 6 void *realloc(void *ptr, size_t size);
  /external/icu4c/tools/genrb/
ustr.h 51 /* A C representation of a string "object" (to avoid realloc all the time) */
  /external/icu4c/tools/tzcode/
ialloc.c 42 return realloc((void *) pointer, (size_t) nonzero(size));
  /external/linux-tools-perf/util/
alias.c 43 *argv = realloc(*argv, sizeof(char*) * size);
  /external/skia/src/gpu/
GrAllocPool.h 28 * passed to realloc/free/delete or any other function that assumes the
  /hardware/ti/omap4xxx/
Android.mk 13 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))

Completed in 449 milliseconds

1 2 34 5 6 7 8 91011>>