Searched
full:realloc (Results
701 -
725 of
1409) sorted by null
<<21222324252627282930>>
/external/libusb/libusb/ |
core.c | 458 /* append a device to the discovered devices collection. may realloc itself, 459 * returning new discdevs. returns NULL on realloc failure. */ 476 discdevs = realloc(discdevs, [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_RLEaccel.c | [all...] |
/external/valgrind/main/exp-dhat/ |
dh_main.c | 548 return NULL; // bogus realloc 557 return NULL; // bogus realloc 581 // Nb: if realloc fails, NULL is returned but the old block is not [all...] |
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
run.c | 103 * return 0 for realloc failure, !=0 for success 113 tbuf = (char *) realloc(*pbuf, minlen); 271 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame)); [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 205 keeping realloc() calls under control by padding for future growth. */ 234 lb->text = REALLOC(lb->text, inactive + lb->alloc, char); 451 /* Use FREE()+MALLOC() instead of REALLOC() to [all...] |
/external/checkpolicy/ |
module_compiler.c | 704 ebitmap_t *new_map = realloc(scope->class_perms_map, [all...] |
/external/iptables/iptables/ |
xtables.c | 288 if ((p = realloc(ptr, size)) == NULL) { 289 perror("ip[6]tables: realloc failed"); [all...] |
/external/linux-tools-perf/ |
builtin-sched.c | 245 task->atoms = realloc(task->atoms, size); 346 tasks = realloc(tasks, nr_tasks*sizeof(struct task_task *)); [all...] |
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | [all...] |
/external/valgrind/tsan/ |
ts_valgrind.cc | 72 extern "C" void* realloc(void *ptr, size_t size) { function 73 return VG_(realloc)((HChar*)g_malloc_stack.Top(), ptr, size); [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
JSArray.cpp | 792 storage = m_storage; // The put() above could have grown the vector and realloc'ed storage. 842 storage = m_storage; // The put() above could have grown the vector and realloc'ed storage. [all...] |
/frameworks/av/services/audioflinger/ |
AudioPolicyService.cpp | [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/libs/armeabi/ |
libstlport_shared.so | |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/libs/x86/ |
libstlport_shared.so | |
/external/bison/tests/ |
testsuite | [all...] |
/device/moto/wingray/libaudio/ |
AudioPostProcessor.cpp | 487 mEcnsDlBuf = (int16_t *)realloc(mEcnsDlBuf, mEcnsDlBufSize);
|
/device/samsung/tuna/audio/ |
audio_hw.c | [all...] |
/external/bison/lib/ |
obstack.h | 53 buffer, realloc()ating the buffer every time you try to read a symbol
|
/external/blktrace/ |
blkiomon.c | 489 pdu_buf = realloc(pdu_buf, bit->pdu_len);
|
/external/bluetooth/glib/ |
config.h.win32.in | 661 /* whether realloc (NULL,) works */
|
/external/bluetooth/glib/glib/ |
config.h | 577 /* whether realloc (NULL,) works */
|
/external/chromium/base/ |
process_util_linux.cc | 676 DIE_ON_OOM_2(realloc, void*)
|
process_util_win.cc | 687 realloc(buffer, buffer_size));
|
Completed in 585 milliseconds
<<21222324252627282930>>