HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 176 - 200 of 1945) sorted by null

1 2 3 4 5 6 78 91011>>

  /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
  /prebuilts/ndk/7/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/7/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-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/7/platforms/android-4/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-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/7/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/7/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/7/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/7/platforms/android-9/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-9/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
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SocketStream.cpp 71 unsigned char *p = (unsigned char *)realloc(m_buf, allocSize);
76 ERR("%s: realloc (%zu) failed\n", __FUNCTION__, allocSize);
  /system/extras/libpagemap/
pm_kernel.c 85 new_pids = realloc(pids, 2 * pids_size * sizeof(pid_t));
103 new_pids = realloc(pids, pids_count * sizeof(pid_t));
  /bionic/libc/include/
malloc.h 32 extern void* realloc(void* p, size_t byte_count) __wur;
  /bionic/libc/stdio/
asprintf.c 46 _base = realloc(f._bf._base, ret + 1);
vasprintf.c 44 _base = realloc(f._bf._base, ret + 1);

Completed in 1396 milliseconds

1 2 3 4 5 6 78 91011>>