/external/chromium/third_party/libevent/ |
epoll.c | 167 fds = realloc(epollop->fds, nfds * sizeof(struct evepoll)); 169 event_warn("realloc"); 251 new_events = realloc(epollop->events,
|
kqueue.c | 177 newchange = realloc(kqop->changes, 185 newresult = realloc(kqop->events, 190 * the next realloc will pick it up.
|
/external/e2fsprogs/intl/ |
printf-parse.c | 41 /* malloc(), realloc(), free(). */ 99 ? realloc (a->arg, memory_size) \ 512 memory = realloc (d->dir, memory_size);
|
/external/valgrind/main/drd/ |
drd_malloc_wrappers.c | 170 * Wrapper for realloc(). Returns a pointer to the new block of memory, or 172 * - realloc(NULL, size) has the same effect as malloc(size). 173 * - realloc(p, 0) has the same effect as free(p).
|
drd_vc.c | 263 str = VG_(realloc)("drd.vc.aprint.1", str, reserved); 273 str = VG_(realloc)("drd.vc.aprint.2", str, reserved); 326 vc->vc = VG_(realloc)("drd.vc.vr.1",
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
dbgcontext.cpp | 196 lzf_ref[0] = (unsigned *)realloc(lzf_ref[0], lzf_refBufSize); 199 lzf_ref[1] = (unsigned *)realloc(lzf_ref[1], lzf_refBufSize); 383 indexBuffer->data = realloc(indexBuffer->data, size);
|
/bionic/libc/netbsd/net/ |
getservent.c | 82 p2 = realloc( (char*)rs->servent.s_aliases, total );
|
/bionic/libc/stdlib/ |
setenv.c | 68 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
|
/bionic/libstdc++/include/ |
cstdlib | 95 using ::realloc;
|
/dalvik/vm/ |
LinearAlloc.h | 76 * Mark a chunk of memory from Alloc or Realloc as read-only. This must
|
/dalvik/vm/test/ |
TestHash.cpp | 179 /* force a table realloc to exercise tombstone removal */
|
/development/tools/emulator/opengl/shared/OpenglOsUtils/ |
osProcessUnix.cpp | 58 argv = (char **)realloc(argv, argvSize * sizeof(char *)); \
|
/device/moto/stingray/ril/ |
libmoto_intfutil_ril.so | |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
memory.sgml | 185 Attempts to realloc @mem to a new size, @n_bytes, and returns %NULL 291 @realloc: function to use for reallocating memory. 302 provide malloc(), realloc(), and free() functions; GLib can provide default 303 implementations of the others. The malloc() and realloc() implementations
|
/external/bluetooth/glib/glib/ |
gmem.h | 86 gpointer (*realloc) (gpointer mem, member in struct:_GMemVTable
|
/external/chromium/base/allocator/ |
generic_allocators.cc | 97 return realloc(p, size);
|
/external/chromium/crypto/ |
cssm_init.cc | 32 return realloc(ptr, size);
|
/external/chromium/net/base/ |
io_buffer.h | 104 // realloc memory to the specified capacity.
|
/external/dbus/dbus/ |
dbus-marshal-header.h | 51 * independently realloc it.
|
/external/e2fsprogs/e2fsck/ |
argv_parse.c | 66 new_argv = realloc(argv,
|
/external/e2fsprogs/lib/ss/ |
parse.c | 42 #define NEW_ARGV(old,n) (char **)realloc((char *)old,\
|
/external/elfutils/libelf/ |
elf32_newphdr.c | 97 realloc (elf->state.ELFW(elf,LIBELFBITS).phdr,
|
/external/expat/tests/ |
minicheck.c | 63 tcase_test_function *new_tests = realloc(tc->tests, new_size);
|
/external/icu4c/test/intltest/ |
textfile.cpp | 165 // Simple realloc() no good; contents not preserved
|
/external/ipsec-tools/src/racoon/ |
debugrm.h | 47 #define racoon_realloc(old, sz) realloc((old), (sz))
|