OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:realloc
(Results
176 - 200
of
1311
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/slirp/
sbuf.c
46
/* Already alloced,
realloc
if necessary */
48
sb->sb_wptr = sb->sb_rptr = sb->sb_data = (char *)
realloc
(sb->sb_data, size);
/external/qemu/slirp-android/
mbuf.c
120
* If there's no room,
realloc
143
m->m_ext = (char *)
realloc
(m->m_ext,size);
sbuf.c
46
/* Already alloced,
realloc
if necessary */
48
sb->sb_wptr = sb->sb_rptr = sb->sb_data = (char *)
realloc
(sb->sb_data, size);
/external/speex/libspeex/
os_support.h
69
/** Speex wrapper for
realloc
. To do your own dynamic allocation, all you need to do is replace this function, speex_alloc and speex_free */
73
return
realloc
(ptr, size);
/external/srec/portable/src/
ArrayListImpl.c
82
void** temp =
REALLOC
(impl->contents, newCapacity * sizeof(void*));
129
if ((temp =
REALLOC
(impl->contents, newCapacity * sizeof(void*))) == NULL)
/external/srec/shared/src/
Int8ArrayListImpl.c
82
asr_int8_t* temp =
REALLOC
(impl->contents, (impl->actualSize * 2 + 1) * sizeof(asr_int8_t));
116
impl->contents =
REALLOC
(contents, (impl->actualSize / 2 + 1) * sizeof(asr_int8_t));
IntArrayListImpl.c
81
int* temp =
REALLOC
(impl->contents, (impl->actualSize * 2 + 1) * sizeof(int));
115
impl->contents =
REALLOC
(contents, (impl->actualSize / 2 + 1) * sizeof(int));
/ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c
193
regs->start =
REALLOC
(regs->start, need_regs, regoff_t);
194
regs->end =
REALLOC
(regs->end, need_regs, regoff_t);
utils.c
463
/* Panic on failing
realloc
*/
478
ret =
realloc
(ptr, size);
563
try =
realloc
(b->b, alen); /* Note: *not* the
REALLOC
() macro! */
567
try =
REALLOC
(b->b, alen, char);
/ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c
124
pattern =
realloc
(pattern, p - line);
153
string =
realloc
(string, len - 3);
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
cstdlib
91
#undef
realloc
127
using ::
realloc
;
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
cstdlib
91
#undef
realloc
127
using ::
realloc
;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib
91
#undef
realloc
127
using ::
realloc
;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libutil.a
9
# * ; @ ? ? F M T \ e m v ? tty_name
realloc