OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
651 - 675
of
4430
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libvpx/examples/
vp8_set_maps.txt
54
roi.roi_map =
malloc
(roi.rows * roi.cols);
70
active.active_map =
malloc
(active.rows * active.cols);
/external/libvpx/vpx_mem/
vpx_mem.c
72
# define VPX_MALLOC_L
malloc
138
/* save the actual
malloc
address */
173
malloc
() for the specified size. If size is zero (0) and ptr is
197
/* save the actual
malloc
address */
257
/* save the actual
malloc
address */
353
/* save the actual
malloc
address */
525
(unsigned char *)
malloc
(g_mm_memory_size + HMM_ADDR_ALIGN_UNIT);
613
/* Error. Try to
malloc
and then copy data. */
/external/linux-tools-perf/util/
strlist.c
15
struct str_node *self =
malloc
(sizeof(*self));
156
struct strlist *self =
malloc
(sizeof(*self));
trace-event-scripting.c
91
scripting_context =
malloc
(sizeof(struct scripting_context));
152
scripting_context =
malloc
(sizeof(struct scripting_context));
/external/llvm/include/llvm/Support/
PointerLikeTypeTraits.h
41
/// Note, we assume here that
malloc
returns objects at least 4-byte aligned.
43
///
malloc
. In this case, you should specialize this template to reduce this.
/external/llvm/test/CodeGen/ARM/
2010-09-21-OptCmpBug.ll
3
declare noalias i8* @
malloc
(i32) nounwind
52
%3 = call noalias i8* @
malloc
(i32 %storemerge2.i) nounwind
shifter_operand.ll
52
declare i8* @
malloc
(...)
67
%0 = tail call i8* (...)* @
malloc
(i32 undef) nounwind
/external/llvm/test/Transforms/GlobalOpt/
heap-sra-phi.ll
10
%malloccall = tail call i8* @
malloc
(i64 8000000) ; <i8*> [#uses=1]
17
declare noalias i8* @
malloc
(i64)
/external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.h
43
/**
malloc
function pointer */
58
/** handler to
malloc
function */
/external/opencv/cxcore/src/
cxalloc.cpp
44
// default <
malloc
>
48
char *ptr, *ptr0 = (char*)
malloc
(
/external/openssl/crypto/
LPdir_win.c
66
*ctx = (LP_DIR_CTX *)
malloc
(sizeof(LP_DIR_CTX));
80
wdir = (TCHAR *)
malloc
(len_0 * sizeof(TCHAR));
/external/oprofile/libdb/
db_debug.c
21
unsigned char * bitmap =
malloc
(data->descr->current_size);
73
unsigned char * bitmap =
malloc
(max + 1);
/external/ppp/pppd/plugins/radius/
radrealms.c
50
auths = (SERVER *)
malloc
(sizeof(SERVER));
52
accts = (SERVER *)
malloc
(sizeof(SERVER));
/external/qemu/android/utils/
dll.c
24
char* result =
malloc
(len1+len2+1);
48
char* result =
malloc
(len+1);
system.c
31
block =
malloc
(size);
133
copy =
malloc
(len+1);
/external/srec/portable/include/
pmalloc.h
46
#define DK_MEMBND 2U /* cts : 4 byte
malloc
boundaries (3 ==> 8 byte) */
67
_Cell **_Plast; /* null, or where to resume
malloc
scan */
/external/stlport/stlport/stl/
_new.h
25
// new.h uses ::
malloc
;(
27
using _STLP_VENDOR_CSTD::
malloc
;
/external/tremolo/Tremolo/
os_types.h
49
different
malloc
than stdlib */
50
#define _ogg_malloc
malloc
/external/v8/src/
allocation.cc
30
#include <stdlib.h> // For free,
malloc
.
39
void* result =
malloc
(size);
allocation.h
96
// The normal strdup functions use
malloc
. These versions of StrDup
103
// Allocation policy for allocating in the C free store using
malloc
/external/valgrind/main/coregrind/m_gdbserver/
target.c
83
buffer =
malloc
(len);
94
the_target = (struct target_ops *)
malloc
(sizeof (*the_target));
/external/valgrind/main/drd/tests/
annotate_barrier.c
133
t =
malloc
(nthread * sizeof(struct threadinfo));
134
array =
malloc
(iterations * sizeof(array[0]));
unit_vc.c
13
void* VG_(
malloc
)(HChar* cc, SizeT nbytes)
function
14
{ return
malloc
(nbytes); }
/external/valgrind/main/helgrind/tests/
pth_barrier2.stderr.exp
34
at 0x........:
malloc
(vg_replace_malloc.c:...)
53
at 0x........:
malloc
(vg_replace_malloc.c:...)
72
at 0x........:
malloc
(vg_replace_malloc.c:...)
91
at 0x........:
malloc
(vg_replace_malloc.c:...)
110
at 0x........:
malloc
(vg_replace_malloc.c:...)
129
at 0x........:
malloc
(vg_replace_malloc.c:...)
148
at 0x........:
malloc
(vg_replace_malloc.c:...)
167
at 0x........:
malloc
(vg_replace_malloc.c:...)
186
at 0x........:
malloc
(vg_replace_malloc.c:...)
205
at 0x........:
malloc
(vg_replace_malloc.c:...
[
all
...]
/external/valgrind/main/massif/tests/
custom_alloc.c
66
a =
malloc
(400);
69
a =
malloc
(800);
Completed in 1649 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>