HomeSort by relevance Sort by last modified time
    Searched refs:realloc (Results 26 - 50 of 450) sorted by null

12 3 4 5 6 7 8 91011>>

  /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
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 15 #ifdef realloc
18 #define XREALLOC realloc
  /external/ipsec-tools/src/racoon/
gcmalloc.h 46 * malloc(), calloc(), realloc(), and free() entry points in the main
70 realloc(void *ptr, size_t size) function
117 #define racoon_realloc(old, sz) realloc((old), (sz))
  /external/valgrind/main/massif/tests/
realloc.stderr.exp 10 Massif: realloc
25 Massif: realloc S. 2 (t:800, hp:800, ex:0, st:0)
27 Massif: realloc S. 4 (t:800, hp:400, ex:400, st:0)
28 Massif: realloc S. 5 (t:1200, hp:1200, ex:0, st:0)
  /external/valgrind/main/memcheck/tests/
malloc_free_fill.c 32 fprintf(stderr, "\ntest realloc-larger:\n");
39 r = realloc(r, 40 * sizeof(int)); assert(r);
47 fprintf(stderr, "\ntest realloc-smaller:\n");
54 r = realloc(r, 20 * sizeof(int)); assert(r);
  /external/webkit/Tools/DumpRenderTree/mac/
CheckedMalloc.cpp 83 savedRealloc = zone->realloc;
85 zone->realloc = checkedRealloc;
  /external/bluetooth/glib/gio/xdgmime/
xdgmimealias.c 135 list->aliases = realloc (list->aliases, alloc * sizeof (XdgAlias));
150 list->aliases = realloc (list->aliases,
157 list->aliases = realloc (list->aliases,
xdgmimeicon.c 134 list->icons = realloc (list->icons, alloc * sizeof (XdgIcon));
149 list->icons = realloc (list->icons,
156 list->icons = realloc (list->icons,
xdgmimeparent.c 141 list->parents = realloc (list->parents, alloc * sizeof (XdgMimeParents));
168 list->parents = realloc (list->parents,
185 entry->parents = realloc (entry->parents,
192 list->parents = realloc (list->parents,
  /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))
  /bionic/libc/bionic/
malloc_debug_common.h 79 /* Address of the actual realloc routine. */
80 void* (*realloc)(void* oldMem, size_t bytes); member in struct:MallocDebug
  /bionic/libc/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
  /bionic/libc/stdio/
asprintf.c 46 _base = realloc(f._bf._base, ret + 1);
vasprintf.c 44 _base = realloc(f._bf._base, ret + 1);
  /development/ndk/platforms/android-3/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 58 argv = (char **)realloc(argv, argvSize * sizeof(char *)); \
  /external/dhcpcd/compat/
getline.c 60 newbuf = realloc(*buf, newlen);
  /external/elfutils/lib/
xmalloc.c 64 p = realloc (p, n);
  /external/freetype/include/freetype/
ftsystem.h 167 * realloc ::
176 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
  /external/harfbuzz/src/
harfbuzz-impl.c 59 block2 = realloc( block, new_size );
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_private.h 54 __tmp_ptr = realloc(ptr, size); \
56 OOM("realloc", (size)); \
  /hardware/ti/omap4xxx/
tm.c 37 ptr[2] = realloc(ptr[2], 300);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
malloc.h 38 extern __mallocfunc void* realloc(void *, size_t);
85 number of bytes allocated via malloc (or realloc, etc) but not yet

Completed in 623 milliseconds

12 3 4 5 6 7 8 91011>>