OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
1201 - 1225
of
2813
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/valgrind/main/massif/tests/
deep-B.stderr.exp
2
Massif:
malloc
long-names.post.exp
41
100.00% (4,000B) (heap allocation functions)
malloc
/new/new[], --alloc-fns, etc.
new-cpp.post.exp
44
99.73% (12,000B) (heap allocation functions)
malloc
/new/new[], --alloc-fns, etc.
overloaded-new.post.exp
44
99.73% (12,000B) (heap allocation functions)
malloc
/new/new[], --alloc-fns, etc.
realloc.stderr.exp
2
Massif:
malloc
/external/valgrind/main/memcheck/tests/
varinfo1.stderr.exp
5
at 0x........:
malloc
(vg_replace_malloc.c:...)
/external/valgrind/main/tests/
s390x_features.c
128
file_buf =
malloc
(file_buf_size + 1);
143
file_buf =
malloc
(num_bytes + 1);
/external/webkit/Source/WebKit/efl/ewk/
ewk_contextmenu.cpp
145
Ewk_Context_Menu_Item* item = (Ewk_Context_Menu_Item*)
malloc
(sizeof(*item));
353
menu = static_cast<Ewk_Context_Menu*>(
malloc
(sizeof(*menu)));
/external/webp/src/utils/
bit_writer.c
39
new_buf = (uint8_t*)
malloc
(new_size);
212
allocated_buf = (uint8_t*)
malloc
(allocated_size);
/external/webrtc/src/common_audio/vad/
vad_unittest.cc
112
void* tmp_handle =
malloc
(handle_size_bytes);
187
VadInstT* handle = (VadInstT*)
malloc
(sizeof(VadInstT));
/external/webrtc/src/modules/audio_processing/utility/
ring_buffer.c
77
self =
malloc
(sizeof(buf_t));
83
self->data =
malloc
(element_count * element_size);
/external/wpa_supplicant_8/src/utils/
os.h
412
#define os_malloc(s)
malloc
((s))
511
#define
malloc
OS_DO_NOT_USE_malloc
macro
/external/zlib/src/
zutil.c
196
/* Turbo C
malloc
() does not allow dynamic allocation of 64K bytes
299
extern voidp
malloc
OF((uInt size));
310
return sizeof(uInt) > 2 ? (voidpf)
malloc
(items * size) :
zutil.h
95
# include <
malloc
.h>
117
# include <
malloc
.h>
/frameworks/av/media/libmedia/
IHDCP.cpp
203
void *inData =
malloc
(2 * size);
229
void *inData =
malloc
(2 * size);
/frameworks/base/core/jni/
android_hardware_SerialPort.cpp
172
jbyte* buf = (jbyte *)
malloc
(length);
211
jbyte* buf = (jbyte *)
malloc
(length);
/frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp
245
malloc
(sizeof(ResolveInfo)+pKey.size()+1));
274
malloc
(sizeof(ResolveInfo) + 1));
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
119
data = static_cast<uint32_t*>(
malloc
(ARMPLT0::EntrySize));
156
Out = static_cast<uint32_t*>(
malloc
(ARMPLT1::EntrySize));
/frameworks/native/opengl/tests/finish/
finish.cpp
80
char* texels = (char*)
malloc
(512*512*2);
86
char* dst = (char*)
malloc
(320*480*2);
/hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp
140
data = (unsigned char*)
malloc
(size);
220
data = (unsigned char*)
malloc
(size);
/hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_session.c
88
pSession = (PPKCS11_PRIMARY_SESSION_CONTEXT)
malloc
(sizeof(PKCS11_PRIMARY_SESSION_CONTEXT));
232
pSecondarySession = (PKCS11_SECONDARY_SESSION_CONTEXT*)
malloc
(sizeof(PKCS11_SECONDARY_SESSION_CONTEXT));
/ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc
87
obj =
malloc
(sizeof(__cxa_thread_info));
153
__cxa_exception *buffer = static_cast<__cxa_exception*>(
malloc
(size));
/ndk/sources/host-tools/sed-4.2.1/lib/
file-has-acl.c
390
entries = (aclent_t *)
malloc
(count * sizeof (aclent_t));
438
entries = (ace_t *)
malloc
(count * sizeof (ace_t));
gettext.h
217
: (char *)
malloc
(msgctxt_len + msgid_len));
263
: (char *)
malloc
(msgctxt_len + msgid_len));
localcharset.c
138
file_name = (char *)
malloc
(dir_len + add_slash + base_len + 1);
189
res_ptr = (char *)
malloc
(res_size + 1);
Completed in 1459 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>