OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:realloc
(Results
226 - 250
of
1409
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libxml2/include/libxml/
xmlmemory.h
73
* Signature for a
realloc
() implementation.
195
* Wrapper for the
realloc
() function used in the XML library.
/external/llvm/test/CodeGen/PowerPC/
2007-11-04-CoalescerCrash.ll
106
%tmp977 = call i8* @
realloc
( i8* %tmp974975, i32 %tmp973 ) ; <i8*> [#uses=1]
148
declare i8* @
realloc
(i8*, i32)
/external/qemu/slirp/
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/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);
/ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c
124
pattern =
realloc
(pattern, p - line);
153
string =
realloc
(string, len - 3);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib
91
#undef
realloc
127
using ::
realloc
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libutil.a
9
# * ; @ ? ? F M T \ e m v ? tty_name
realloc