/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/ |
cstdlib | 95 using ::realloc;
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/system/include/ |
cstdlib | 95 using ::realloc;
|
/system/core/init/ |
keychords.c | 43 keychords = realloc(keychords, keychords_length + size);
|
/system/core/libcutils/ |
array.c | 79 newContents = realloc(array->contents, sizeof(void*) * newCapacity);
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdlib.cpp | 94 using ::realloc;
|
/external/valgrind/main/massif/tests/ |
Makefile.in | 55 realloc$(EXEEXT) thresholds$(EXEEXT) zero$(EXEEXT) 119 realloc_SOURCES = realloc.c 120 realloc_OBJECTS = realloc.$(OBJEXT) 145 null.c one.c $(overloaded_new_SOURCES) peak.c realloc.c \ 150 null.c one.c $(overloaded_new_SOURCES) peak.c realloc.c \ 460 realloc.post.exp realloc.stderr.exp realloc.vgtest \ 565 realloc$(EXEEXT): $(realloc_OBJECTS) $(realloc_DEPENDENCIES) 566 @rm -f realloc$(EXEEXT [all...] |
/external/openssl/crypto/x509v3/ |
v3_pci.c | 151 /* realloc failure implies the original data space is b0rked too! */ 212 /* realloc failure implies the original data space is b0rked too! */
|
/external/wpa_supplicant/ |
eloop_none.c | 79 realloc(eloop.readers, 268 realloc(eloop.signals,
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop_none.c | 79 realloc(eloop.readers, 268 realloc(eloop.signals,
|
/external/wpa_supplicant_8/src/utils/ |
eloop_none.c | 76 realloc(eloop.readers, 265 realloc(eloop.signals,
|
/frameworks/base/libs/utils/ |
BufferedTextOutput.cpp | 52 void* b = realloc(buffer, ((len+bufferPos)*3)/2); 65 void* b = realloc(buffer, 256);
|
/frameworks/base/media/libstagefright/foundation/ |
AString.cpp | 173 mData = (char *)realloc(mData, mAllocSize); 277 mData = (char *)realloc(mData, mAllocSize);
|
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 150 extern char *malloc (), *realloc (); 203 return (char *) realloc (p, n); 205 # define realloc my_realloc macro 813 = (char **) realloc (pglob->gl_pathv, 932 = (char **) realloc (pglob->gl_pathv, 987 new_pathv = (char **) realloc (pglob->gl_pathv, 1035 char *new = realloc (pglob->gl_pathv[i], len); [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
b.c | 351 setvec = (int *) realloc(setvec, maxsetvec * sizeof(int)); 352 tmpset = (int *) realloc(tmpset, maxsetvec * sizeof(int)); 392 setvec = (int *) realloc(setvec, maxsetvec * sizeof(int)); 393 tmpset = (int *) realloc(tmpset, maxsetvec * sizeof(int)); 858 setvec = (int *) realloc(setvec, maxsetvec * sizeof(int)); 859 tmpset = (int *) realloc(tmpset, maxsetvec * sizeof(int)); 880 setvec = (int *) realloc(setvec, maxsetvec * sizeof(int)); 881 tmpset = (int *) realloc(setvec, maxsetvec * sizeof(int));
|
/external/chromium/base/ |
process_util_mac.mm | 493 // === C malloc/calloc/valloc/realloc/posix_memalign === 729 // === C malloc/calloc/valloc/realloc/posix_memalign === 780 g_old_realloc = default_zone->realloc; 787 default_zone->realloc = oom_killer_realloc; 801 g_old_realloc_purgeable = purgeable_zone->realloc; 809 purgeable_zone->realloc = oom_killer_realloc_purgeable;
|
/external/freetype/src/base/ |
ftdbgmem.c | 137 FT_Realloc_Func realloc; member in struct:FT_MemTableRec_ 324 table->realloc = memory->realloc; 840 memory->realloc = ft_mem_debug_realloc; 895 memory->realloc = table->realloc;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
system.h | 410 extern void *realloc (void *, size_t); 630 #define really_call_realloc realloc 633 /* Flex and bison use malloc and realloc. Yuk. Note that this means 636 #define realloc xrealloc macro 652 #undef realloc macro 653 #pragma GCC poison malloc realloc
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
system.h | 410 extern void *realloc (void *, size_t); 630 #define really_call_realloc realloc 633 /* Flex and bison use malloc and realloc. Yuk. Note that this means 636 #define realloc xrealloc macro 652 #undef realloc macro 653 #pragma GCC poison malloc realloc
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
system.h | 410 extern void *realloc (void *, size_t); 630 #define really_call_realloc realloc 633 /* Flex and bison use malloc and realloc. Yuk. Note that this means 636 #define realloc xrealloc macro 652 #undef realloc macro 653 #pragma GCC poison malloc realloc
|
/bionic/libc/bionic/ |
fts.c | 672 /* Did realloc() change the pointer? */ 745 * If realloc() changed the address of the path, adjust the 868 * 40 so don't realloc one entry at a time. 874 if ((a = realloc(sp->fts_array, 940 * plus 256 bytes so don't realloc the path 2 bytes at a time. 959 p = realloc(sp->fts_path, sp->fts_pathlen); 971 * When the path is realloc'd, have to fix all of the pointers in structures
|
/external/dbus/dbus/ |
dbus-memory.c | 323 return "realloc"; 327 return "realloc(NULL)"; 564 _dbus_verbose (" FAILING realloc of %ld bytes\n", (long) bytes); 587 block = realloc (((unsigned char*)memory) - GUARD_START_OFFSET, 613 mem = realloc (memory, bytes);
|
/external/astl/include/ |
vector | 179 // lead to some realloc) as necessary. See 'reserve'. 295 realloc(mBegin, new_size * sizeof(value_type))); 438 // insert, call push_back which will alloc/realloc as needed.
|
/external/freetype/include/freetype/internal/ |
psaux.h | 113 /* (alloc/realloc). */ 420 /* memory :: The object used for memory operations (alloc/realloc). */ 740 /* realloc). */ [all...] |
/external/libxml2/ |
globals.c | 120 * The variable holding the libxml realloc() implementation 124 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; 529 gs->xmlRealloc = (xmlReallocFunc) realloc;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
gnulib-comp.m4 | 99 gl_STDLIB_MODULE_INDICATOR([realloc-posix]) 314 lib/realloc.c 414 m4/realloc.m4
|