OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_malloc
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Analysis/
malloc-annotations.c
7
void __attribute((ownership_returns(malloc))) *
my_malloc
(size_t);
61
int *p =
my_malloc
(12);
66
int *p =
my_malloc
(12); // expected-warning{{Memory is never released; potential leak}}
70
myglobalpointer =
my_malloc
(12); // no-warning
76
mystuff.somefield =
my_malloc
(12); // false negative
81
*pp =
my_malloc
(42); // no-warning
85
somestuff->somefield =
my_malloc
(12); // no-warning
90
*pps =
my_malloc
(sizeof(struct stuff)); // no-warning
91
(*pps)->somefield =
my_malloc
(42); // no-warning
95
int *p =
my_malloc
(12)
[
all
...]
/external/valgrind/main/VEX/switchback/
test_ppc_jm1.c
298
void*
my_malloc
( int n )
function
[
all
...]
Completed in 59 milliseconds