OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc
(Results
676 - 700
of
4430
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/valgrind/main/memcheck/tests/
custom_alloc.stderr.exp
31
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
37
at 0x........:
malloc
(vg_replace_malloc.c:...)
fprw.stderr.exp
34
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
39
at 0x........:
malloc
(vg_replace_malloc.c:...)
mallinfo.c
1
#include "tests/
malloc
.h"
110
ptr[i - 1] =
malloc
(size);
origin6-fp.c
26
vec =
malloc
(nArr * sizeof(double*));
29
vec[i] =
malloc
(nArr * sizeof(double));
pointer-trace.c
48
ptrs =
malloc
(nptrs * sizeof(char *));
86
ptrs =
malloc
(1000);
varinfo5so.c
25
char* undefp =
malloc
(1);
50
char* onheap =
malloc
(3);
/external/valgrind/main/none/tests/ppc32/
test_gx.c
3
#include "tests/
malloc
.h"
95
double* args =
malloc
(nargs * sizeof(double));
/external/webkit/Source/JavaScriptCore/API/tests/
minidom.c
67
char* exceptionUTF8 = (char*)
malloc
(exceptionUTF8Size);
104
buffer = (char*)
malloc
(buffer_capacity);
/external/webkit/Source/WebCore/bridge/
npruntime.cpp
88
variant->value.stringValue.UTF8Characters = (NPUTF8 *)
malloc
(sizeof(NPUTF8) * value->UTF8Length);
119
obj = (NPObject*)
malloc
(sizeof(NPObject));
/external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c
72
malloc
. The Emacs executable needs alloca to call xmalloc, because
73
ordinary
malloc
isn't protected from input signals. On the other
74
hand, the utilities in lib-src need alloca to call
malloc
; some of
79
Callers below should use
malloc
. */
82
#define
malloc
xmalloc
macro
84
extern pointer
malloc
();
135
It is very important that sizeof(header) agree with
malloc
201
register pointer new =
malloc
(sizeof (header) + size);
/external/yaffs2/yaffs2/
yportenv.h
99
#define YMALLOC(x)
malloc
(x)
101
#define YMALLOC_ALT(x)
malloc
(x)
/frameworks/av/media/libmedia/
IEffectClient.cpp
119
cmd = (char *)
malloc
(cmdSize);
125
resp = (char *)
malloc
(replySize);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf.cpp
90
if ((s = (Q_plsfState *)
malloc
(sizeof(Q_plsfState))) == NULL)
92
/* fprintf(stderr, "Q_plsf_init: can not
malloc
state structure\n"); */
/frameworks/base/core/jni/
android_backup_FileBackupHelperBase.cpp
52
char const** filesUTF = (char const**)
malloc
(sizeof(char*)*fileCount);
58
char const** keysUTF = (char const**)
malloc
(sizeof(char*)*keyCount);
/frameworks/compile/libbcc/tests/data/src/
bellard.otccex.c
50
/* more complex programs use
malloc
*/
51
tab =
malloc
(0x100);
/frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp
48
char* buf = (char*)
malloc
(infoLen);
87
char* buf = (char*)
malloc
(bufLength);
/frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp
48
char* buf = (char*)
malloc
(infoLen);
87
char* buf = (char*)
malloc
(bufLength);
/frameworks/rs/cpp/
RenderScript.cpp
20
#include <
malloc
.h>
95
void * rbuf =
malloc
(rbuf_size);
/frameworks/rs/
rsAnimation.cpp
62
float *vin = (float *)
malloc
(valueCount * sizeof(float));
63
float *vout = (float *)
malloc
(valueCount * sizeof(float));
rsStream.cpp
54
mData = (uint8_t*)
malloc
(len);
106
uint8_t *newData = (uint8_t*)
malloc
(mLength*2);
/frameworks/wilhelm/src/
devices.c
233
// The
malloc
is not in the 1.0.1 specification
234
SLmilliHertz *temp = (SLmilliHertz *)
malloc
(sizeof(SLmilliHertz) *
/hardware/invensense/mlsdk/platform/linux/
mlos_linux.c
60
void *allocPtr =
malloc
(numBytes);
87
pthread_mutex_t *pm =
malloc
(sizeof(pthread_mutex_t));
/hardware/qcom/media/mm-video/vidc/vdec/src/
queue.c
52
Queue *q = (Queue *)
malloc
(sizeof(Queue));
81
Node *new_node = (Node *)
malloc
(sizeof(Node));
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf.c
86
hPERF = (PERF_OBJHANDLE)
malloc
(sizeof(PERF_OBJTYPE));
94
me = (PERF_Private *)
malloc
(sizeof(PERF_Private));
/ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h
25
// new.h uses ::
malloc
;(
27
using _STLP_VENDOR_CSTD::
malloc
;
Completed in 1096 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>