OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:realloc
(Results
951 - 975
of
1945
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h
158
* expanded using
realloc
. @a __output_buffer may instead be NULL;
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h
158
* expanded using
realloc
. @a __output_buffer may instead be NULL;
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h
158
* expanded using
realloc
. @a __output_buffer may instead be NULL;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h
155
* expanded using
realloc
. @a __output_buffer may instead be NULL;
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h
155
* expanded using
realloc
. @a __output_buffer may instead be NULL;
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
174
#define SDL_realloc
realloc
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
174
#define SDL_realloc
realloc
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
174
#define SDL_realloc
realloc
/sdk/find_java/
find_java_lib.cpp
178
buffer = (char*)
realloc
(buffer, size);
/system/core/adb/
fdevent.c
446
fd_table =
realloc
(fd_table, sizeof(fdevent*) * fd_table_max);
/external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c
884
/*free(mem);*/ /*
Realloc
doesn't free on failure. */
891
return
realloc
(mem, size);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_vertprog.c
102
vp->consts =
realloc
(vp->consts, sizeof(*vpd) * vp->nr_consts);
299
vp->insns =
realloc
(vp->insns, ++vp->nr_insns * sizeof(*vpc->vpi));
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c
123
t->labels =
realloc
(t->labels, t->labels_size * sizeof t->labels[0]);
148
t->insn =
realloc
(t->insn, t->insn_size * sizeof t->insn[0]);
[
all
...]
/external/compiler-rt/lib/asan/
asan_report.cc
650
Printf("mz_realloc(%p) -- attempting to
realloc
unallocated memory.\n"
661
Printf("cf_realloc(%p) -- attempting to
realloc
unallocated memory.\n"
Completed in 448 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>