Searched
full:realloc (Results
401 -
425 of
1409) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libesd.so | |
libesd.so.0 | |
libesd.so.0.2 | |
libesd.so.0.2.38 | |
libxcb.so.1 | |
libxcb.so.1.0 | |
libxcb.so.1.0.0 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/ |
i686-linux-elfedit | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libesd.so | |
libesd.so.0 | |
libesd.so.0.2 | |
libesd.so.0.2.38 | |
libxcb.so.1 | |
libxcb.so.1.0 | |
libxcb.so.1.0.0 | |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/bin/ |
mipsel-linux-android-elfedit | |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 75 using _STLP_VENDOR_CSTD::realloc;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 75 using _STLP_VENDOR_CSTD::realloc;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 75 using _STLP_VENDOR_CSTD::realloc;
|
/system/core/libsysutils/src/ |
SocketClient.cpp | 128 result = (char *)realloc(result, current-result);
|
/system/media/audio_utils/ |
echo_reference.c | 204 er->wr_buf = realloc(er->wr_buf, er->wr_buf_size * er->rd_frame_size); 265 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size); 402 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size); 439 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 245 // released -> allocated, it must be the realloc return value 323 II_realloc = &Ctx.Idents.get("realloc"); 755 // state is under-constrained, assume regular realloc behavior. 770 // Get the from and to pointer symbols as in toPtr = realloc(fromPtr, size). 923 // Cleanup the Realloc Pairs Map. [all...] |
/external/linux-tools-perf/util/ |
trace-event-parse.c | 520 *tok = realloc(*tok, tok_size + BUFSIZ); 553 *tok = realloc(*tok, tok_size + BUFSIZ); 572 *tok = realloc(*tok, tok_size + i); 824 field->type = realloc(field->type, 863 brackets = realloc(brackets, 879 brackets = realloc(brackets, strlen(brackets) + 2); 890 field->type = realloc(field->type, 901 field->type = realloc(field->type, 1256 left->atom.atom = realloc(left->atom.atom, [all...] |
/external/valgrind/main/massif/ |
ms_main.c | 327 // alloc function: realloc (which uses malloc); valloc, 339 DO("realloc" ); 505 // - malloc/calloc/realloc/memalign/new/new[]; 651 parent->children = VG_(realloc)( "ms.main.acx.2", [all...] |
Completed in 900 milliseconds
<<11121314151617181920>>