OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
2026 - 2050
of
2813
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/tcpdump/
print-esp.c
89
nsa = (struct sa_list *)
malloc
(sizeof(struct sa_list));
/external/valgrind/main/drd/
drd_semaphore.c
33
#include "pub_tool_mallocfree.h" // VG_(
malloc
), VG_(free)
109
p->last_sem_post_seg = VG_(newXA)(VG_(
malloc
), "drd.sg-stack",
/external/valgrind/main/drd/tests/
omp_matinv.c
48
return
malloc
(rows * cols * sizeof(elem_t));
/external/valgrind/main/none/tests/
cmdline2.stdout.exp
52
user options for Valgrind tools that replace
malloc
:
87
To use a non-libc
malloc
library that is
144
debugging options for Valgrind tools that replace
malloc
:
145
--trace-
malloc
=no|yes show client
malloc
details? [no]
/external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c
29
#include <
malloc
.h>
227
spec_fargs =
malloc
( 20 * sizeof(double) );
228
spec_sp_fargs =
malloc
( 20 * sizeof(float) );
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c
29
#include <
malloc
.h>
227
spec_fargs =
malloc
( 20 * sizeof(double) );
228
spec_sp_fargs =
malloc
( 20 * sizeof(float) );
[
all
...]
/external/valgrind/main/none/tests/s390x/
mvcl.c
87
void *copy = memcpy(
malloc
(len1), addr1, len1);
/external/webkit/Source/JavaScriptGlue/
JSUtils.cpp
59
UniChar* buffer = (UniChar*)
malloc
(sizeof(UniChar) * len);
/external/webkit/Source/WebCore/bridge/
testbindings.cpp
291
MyObject *newInstance = (MyObject *)
malloc
(sizeof(MyObject));
/external/webkit/Source/WebKit/efl/ewk/
ewk_history.cpp
682
history = (Ewk_History*)
malloc
(sizeof(Ewk_History));
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.cpp
255
NPUTF8* result = (NPUTF8*)
malloc
(length + 1);
755
char* result = static_cast<char*>(
malloc
(string.UTF8Length + 1));
[
all
...]
/external/wpa_supplicant_8/src/utils/
os_internal.c
244
return
malloc
(size);
os_unix.c
411
a =
malloc
(sizeof(*a) + size);
/external/zlib/src/contrib/minizip/
minizip.c
307
buf = (void*)
malloc
(size_buf);
/frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp
48
pMem =
malloc
(GetInstanceSize(nBands));
/frameworks/av/media/libstagefright/
MetaData.cpp
278
u.ext_data =
malloc
(mSize);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp
135
mDecoderBuf =
malloc
(memReq);
/frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp
115
mDecoderBuf =
malloc
(memRequirements);
/frameworks/av/services/audioflinger/
AudioPolicyService.h
249
effect_param_t *dupParam = (effect_param_t *)
malloc
(origSize);
/frameworks/native/libs/utils/
BlobCache.cpp
313
mData(copyData ?
malloc
(size) : data),
/frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp
170
EGLConfig* configs = (EGLConfig*)
malloc
(sizeof(EGLConfig) * numConfig);
/frameworks/rs/driver/
rsdShaderCache.cpp
160
char* buf = (char*)
malloc
(bufLength);
/frameworks/rs/
rsScript.cpp
162
char *tz = (char *)
malloc
(length + 1);
/frameworks/wilhelm/src/itf/
IEngine.c
36
malloc
((ap->mBufferQueue.mNumBuffers + 1) * sizeof(BufferHeader));
55
malloc
( (ap->mAndroidBufferQueue.mNumBuffers + 1) * sizeof(AdvancedBufferHeader));
503
thiz->mBufferQueue.mArray = (BufferHeader *)
malloc
((thiz->mBufferQueue.
[
all
...]
/hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c
146
(char*)
malloc
(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
Completed in 1326 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>