/external/vboot_reference/tests/ |
vb2_common_tests.c | 103 /* Realloc keeps same pointer as alloc */ 107 TEST_EQ(vb2_offset_of(p0, ptr), 0, "Workbuf realloc");
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxstats.c | 103 char *new_ptr = realloc(stats->buf.buf, new_sz); 110 fatal("Failed to realloc firstpass stats buffer.");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/valgrind/ |
ncurses.supp | 192 fun:realloc 200 fun:realloc
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/valgrind/ |
ncurses.supp | 192 fun:realloc 200 fun:realloc
|
/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/private/ |
bionic_malloc_dispatch.h | 65 MallocRealloc realloc; member in struct:MallocDispatch
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
asprintf.c | 48 _base = realloc(f._bf._base, ret + 1);
|
vasprintf.c | 44 _base = realloc(f._bf._base, ret + 1);
|
/development/ndk/platforms/android-21/include/ |
malloc.h | 32 extern void* realloc(void* p, size_t byte_count) __wur __attribute__((alloc_size(2)));
|
/external/c-ares/ |
ares__read_line.c | 64 newbuf = realloc(*buf, *bufsize * 2);
|
/external/e2fsprogs/lib/ss/ |
request_tbl.c | 33 t = (ssrt **)realloc(info->rqt_tables, (unsigned)size*sizeof(ssrt *));
|
/external/elfutils/lib/ |
xmalloc.c | 76 p = realloc (p, n);
|
/external/jsoncpp/src/lib_json/ |
json_internalarray.inl | 43 void* newIndexes = realloc(indexes, sizeof(Value*) * newIndexCount); 44 JSON_ASSERT_MESSAGE(newIndexes, "Couldn't realloc."); 97 void* newIndexes = realloc(indexes, sizeof(Value*) * newIndexCount); 98 JSON_ASSERT_MESSAGE(newIndexes, "Couldn't realloc.");
|
/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/src/fxcrt/ |
fx_basic_memmgr.cpp | 15 return realloc(pointer, new_size);
|
/external/skia/src/core/ |
SkWriter32.cpp | 70 fInternal.realloc(fCapacity);
|
/external/valgrind/memcheck/tests/ |
malloc2.stderr.exp | 10 Invalid free() / delete / delete[] / realloc()
|
suppfree.stderr.exp | 1 Invalid free() / delete / delete[] / realloc()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/ |
0001-include-paths.diff | 6 #include <stdlib.h> /* realloc */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/ |
README | 36 realloc(ptr, 0). Standard allows it NOT to act as
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libacl.so.1 | |
libacl.so.1.1.0 | |
libnss_files-2.11.1.so | |
libnss_files.so | |