OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
151 - 175
of
2813
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/memcheck/tests/
buflen_check.stderr.exp
4
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
9
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
err_disable2.c
27
block =
malloc
(10);
errs1.c
12
void zzzzzzz ( void ) { p =
malloc
(10); }
exitprog.c
15
char* a =
malloc
(ZILLION * sizeof(char));
fwrite.c
7
char* arr =
malloc
(10);
long_namespace_xml.cpp
36
char *ptr = (char *)
malloc
(4);
origin3-no.c
42
char* ptr_to_undef_char =
malloc
(sizeof(char));
62
int* ptr_to_undef_int =
malloc
(sizeof(int));
71
int* ptr_to_undef_int =
malloc
(sizeof(int) + 1);
80
int* ptr_to_undef_int3 =
malloc
(sizeof(int));
pdb-realloc.c
16
char* x =
malloc
(1000);
realloc2.c
14
p =
malloc
(10 + 10 * (i % 100));
strchr.c
11
s =
malloc
(sizeof(char));
suppfree.c
27
char* x =
malloc
(10);
origin4-many.stderr.exp
4
at 0x........:
malloc
(vg_replace_malloc.c:...)
10
at 0x........:
malloc
(vg_replace_malloc.c:...)
16
at 0x........:
malloc
(vg_replace_malloc.c:...)
22
at 0x........:
malloc
(vg_replace_malloc.c:...)
28
at 0x........:
malloc
(vg_replace_malloc.c:...)
34
at 0x........:
malloc
(vg_replace_malloc.c:...)
40
at 0x........:
malloc
(vg_replace_malloc.c:...)
46
at 0x........:
malloc
(vg_replace_malloc.c:...)
52
at 0x........:
malloc
(vg_replace_malloc.c:...)
writev1.stderr.exp
5
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
11
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
17
Address 0x........ is not stack'd,
malloc
'd or (recently) free'd
/external/valgrind/main/memcheck/tests/darwin/
scalar_nocancel.c
14
long* px =
malloc
(sizeof(long));
/external/webkit/Tools/DumpRenderTree/mac/
CheckedMalloc.cpp
37
#import <
malloc
/
malloc
.h>
82
savedMalloc = zone->
malloc
;
84
zone->
malloc
= checkedMalloc;
/external/webkit/Tools/WinLauncher/
stdafx.h
57
#include <
malloc
.h>
/external/webrtc/src/system_wrappers/source/
aligned_malloc.cc
21
#include <
malloc
/
malloc
.h>
23
#include <
malloc
.h>
71
returnValue->memoryPointer =
malloc
(size + sizeof(uintptr_t) +
/frameworks/av/libvideoeditor/osal/src/
M4PSW_MemoryInterface.c
51
* If size is 0,
malloc
on WIN OS allocates a zero-length item in
53
* On other platforms,
malloc
could returns an invalid pointer
65
Address = (M4OSA_MemAddr32)
malloc
(size);
/frameworks/compile/libbcc/tests/data/src/
pointers.c
2
int* pa = (int*)
malloc
(100);
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client_extension.c
96
partitionNames[0] =
malloc
(strlen(tmpChar) + 1);
106
partitionNames[1] =
malloc
(strlen(tmpChar) + 1);
116
partitionNames[2] =
malloc
(strlen(tmpChar) + 1);
126
partitionNames[15] =
malloc
(strlen(tmpChar) + 1);
/ndk/sources/host-tools/sed-4.2.1/lib/
alloca.in.h
45
# include <
malloc
.h>
strndup.c
32
char *new =
malloc
(len + 1);
/external/clang/test/Analysis/
dtor.cpp
1
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.
Malloc
,debug.ExprInspection -analyzer-config c++-inlining=destructors -Wno-null-dereference -verify %s
20
void *
malloc
(size_t);
33
char *mem = (char*)
malloc
(4);
44
char *mem = (char*)
malloc
(4);
61
char *mem = (char*)
malloc
(4);
78
char *mem = (char*)
malloc
(4);
89
char *mem = (char*)
malloc
(4);
100
char *mem = (char*)
malloc
(4);
118
char *mem = (char*)
malloc
(4);
243
return
malloc
(4); // no-warnin
[
all
...]
/external/clang/lib/Headers/
mm_malloc.h
30
#include <
malloc
.h>
49
return
malloc
(__size);
/external/clang/test/CodeGen/
2002-07-14-MiscTests.c
11
extern void *
malloc
(unsigned);
36
temp = (char *)
malloc
(32768);
Completed in 912 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>