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

1 2 34 5 6 7 8 91011>>

  /external/libselinux/src/
lgetfilecon.c 31 newbuf = realloc(buf, size);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
alias.c 44 *argv = realloc(*argv, sizeof(char*) * size);
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_stdc.h 48 realloc(_old_ptr, _new_size + 0*(_old_size))
  /external/nanopb-c/extra/
pb_syshdr.h 61 void *realloc(void *ptr, size_t size);
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftsystem.h 173 * realloc ::
183 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftsystem.h 173 * realloc ::
183 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
  /external/qemu/distrib/libselinux/src/
fgetfilecon.c 31 newbuf = realloc(buf, size);
getfilecon.c 31 newbuf = realloc(buf, size);
getpeercon.c 30 newbuf = realloc(buf, size);
lgetfilecon.c 31 newbuf = realloc(buf, size);
  /external/skia/src/ports/
SkMemory_malloc.cpp 35 return throw_on_failure(size, realloc(addr, size));
  /hardware/ti/omap4-aah/
tm.c 37 ptr[2] = realloc(ptr[2], 300);
  /hardware/ti/omap4xxx/
tm.c 37 ptr[2] = realloc(ptr[2], 300);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 15 #define _frealloc realloc
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/platforms/android-5/arch-x86/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
  /prebuilts/ndk/4/platforms/android-8/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
  /prebuilts/ndk/4/platforms/android-8/arch-x86/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
  /prebuilts/ndk/5/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/6/platforms/android-3/arch-x86/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
  /prebuilts/ndk/7/platforms/android-14/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
  /prebuilts/ndk/7/platforms/android-14/arch-x86/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 3059 milliseconds

1 2 34 5 6 7 8 91011>>