OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_malloc
(Results
1 - 3
of
3
) 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);
70
myglobalpointer =
my_malloc
(12); // no-warning
75
*pp =
my_malloc
(42); // no-warning
79
somestuff->somefield =
my_malloc
(12); // no-warning
84
*pps =
my_malloc
(sizeof(struct stuff)); // no-warning
85
(*pps)->somefield =
my_malloc
(42); // no-warning
89
int *p =
my_malloc
(12);
95
int *p =
my_malloc
(12)
[
all
...]
/external/clang/test/Sema/
alloc_size.c
3
void*
my_malloc
(unsigned char) __attribute__((alloc_size(1)));
/external/valgrind/main/VEX/switchback/
test_ppc_jm1.c
298
void*
my_malloc
( int n )
function
[
all
...]
Completed in 126 milliseconds