OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
951 - 975
of
4430
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/qemu/android/protocol/
core-commands-proxy.c
105
*resp_data =
malloc
(resp->resp_data_size);
191
*netspeed =
malloc
(sizeof(NetworkSpeed) + 1 +
236
*netdelay =
malloc
(sizeof(NetworkLatency) + 1 +
267
UICmdGetQemuPath* req = (UICmdGetQemuPath*)
malloc
(cmd_data_size);
/external/skia/third_party/glu/
README.skia
22
- In memalloc.h, the include of
malloc
.h was changed to an include
/external/skia/third_party/glu/libtess/
memalloc.c
59
return memset(
malloc
( n ), 0xa5, n );
memalloc.h
56
#define memAlloc
malloc
/external/strace/
scsi.c
25
(buf =
malloc
(allocated)) == NULL ||
/external/tcpdump/missing/
datalinks.c
62
*dlt_buffer = (int*)
malloc
(sizeof(**dlt_buffer));
strdup.c
53
if ((copy =
malloc
(len)) == NULL)
/external/tremolo/Tremolo/
os.h
60
# include <
malloc
.h>
/external/valgrind/main/VEX/test/
fsave.c
56
unsigned char* buf =
malloc
(108);
/external/valgrind/main/
darwin10.supp
51
fun:
malloc
/external/valgrind/main/docs/xml/
quick-start-guide.xml
93
int* x =
malloc
(10 * sizeof(int));
112
==19182== at 0x1B8FF5CD:
malloc
(vg_replace_malloc.c:130)
147
is just past the end of a block allocated with
malloc
() on line 5 of
160
==19182== at 0x1B8FF5CD:
malloc
(vg_replace_malloc.c:130)
valgrind-manpage.xml
91
<refsect1 id="
malloc
-related-options">
92
<title>
malloc
()-related Options</title>
94
<xi:include href="manual-core.xml" xpointer="
malloc
-related.opts.para"
97
<xi:include href="manual-core.xml" xpointer="
malloc
-related.opts.list"
/external/valgrind/main/drd/tests/
rwlock_test.c
15
#include <stdlib.h> /*
malloc
() */
/external/valgrind/main/helgrind/tests/
tc21_pthonce.c
82
id_arg = (int *)
malloc
(NUM_THREADS*sizeof(int));
/external/valgrind/main/massif/tests/
realloc.stderr.exp
2
Massif:
malloc
/external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp
59
<fn>
malloc
</fn>
/external/valgrind/main/none/tests/
cmdline2.stdout.exp
52
user options for Valgrind tools that replace
malloc
:
131
debugging options for Valgrind tools that replace
malloc
:
132
--trace-
malloc
=no|yes show client
malloc
details? [no]
/external/webkit/Source/JavaScriptCore/API/tests/
NodeList.c
34
NodeList* nodeList = (NodeList*)
malloc
(sizeof(NodeList));
/external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp
48
#include <
malloc
.h>
473
// Forbid
malloc
during the gather phase. The gather phase suspends
474
// threads, so a
malloc
during gather would risk a deadlock with a
475
// thread that had been suspended while holding the
malloc
lock.
/external/webkit/Source/JavaScriptCore/wtf/
BlockStack.h
72
T* block = m_spareBlock ? m_spareBlock : static_cast<T*>(
malloc
(blockSize));
/external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataWin.cpp
63
OUTLINETEXTMETRICW* metrics = (OUTLINETEXTMETRICW*)
malloc
(bufferSize);
/external/webkit/Source/WebKit/android/WebCoreSupport/
MemoryUsage.cpp
29
#include <
malloc
.h>
/external/webrtc/src/system_wrappers/source/
atomic32_mac.h
54
_ptrMemory =
malloc
(sizeof(WebRtc_Word32)*2);
data_log_c_helpers_unittest.c
35
char* combined_name =
malloc
(kOutLen * sizeof(char));
/frameworks/av/media/libstagefright/codecs/aacenc/src/
memalign.c
35
* description:
malloc
the alignments memory
Completed in 3188 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>