Searched
full:realloc (Results
751 -
775 of
1311) sorted by null
<<31323334353637383940>>
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/bin/ |
gcc | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-c++ | |
i686-unknown-linux-gnu-cpp | |
i686-unknown-linux-gnu-g++ | |
i686-unknown-linux-gnu-gcc | |
i686-unknown-linux-gnu-gcc-4.2.1 | |
i686-unknown-linux-gnu-i686-unknown-linux-gnu-c++ | |
i686-unknown-linux-gnu-i686-unknown-linux-gnu-g++ | |
i686-unknown-linux-gnu-i686-unknown-linux-gnu-gcc | |
/dalvik/vm/oo/ |
Class.cpp | [all...] |
/development/tools/emulator/system/qemud/ |
qemud.c | 149 void* p = realloc( block, size ); [all...] |
/external/bluetooth/glib/glib/ |
gslice.c | [all...] |
/external/chromium/third_party/libevent/ |
event_rpcgen.py | 935 new_data = (%(ctype)s*) realloc(msg->%(name)s_data, [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.c | 75 newbuf = realloc(pr->buf, len); [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | 226 // if we couldn't realloc, we leak the memory we've already allocated, but we're in deep trouble anyway [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 61 start = (byte *) realloc(start, new_size); // may change the value of start [all...] |
/external/mksh/src/ |
lex.c | [all...] |
/external/opencv/cvaux/src/ |
cvhmm.cpp | 606 if not sufficient - realloc */ [all...] |
/external/protobuf/gtest/src/ |
gtest-internal-inl.h | 457 realloc(elements_, capacity_*sizeof(elements_[0]))); [all...] |
/external/qemu/android/camera/ |
camera-service.c | 304 char* new_buf = (char*)realloc(*str_buf, required_mem); [all...] |
/external/speex/libspeex/ |
resample.c | 67 static void *speex_realloc (void *ptr, int size) {return realloc(ptr, size);} [all...] |
/external/v8/src/ |
gdb-jit.cc | 111 buffer_ = reinterpret_cast<byte*>(realloc(buffer_, capacity_)); [all...] |
/external/webkit/Source/JavaScriptCore/API/tests/ |
testapi.c | [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITPropertyAccess.cpp | 590 // emit a call only if storage realloc is needed [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
flexdef.h | 638 * num_reallocs - number of times it was necessary to realloc() a group [all...] |
Completed in 553 milliseconds
<<31323334353637383940>>