OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_free
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp
64
my_free
(const void *context, void *mem) {
function
75
my_free
(context, mem);
86
u_setMemoryFunctions(NULL, my_alloc, my_realloc,
my_free
, &errorCode);
/external/clang/test/Analysis/
malloc-plist.c
49
void
my_free
(void *x) {
function
55
my_free
(*x);
[
all
...]
malloc-annotations.c
8
void __attribute((ownership_takes(malloc, 1)))
my_free
(void *);
96
my_free
(p);
103
my_free
(p); // expected-warning{{Attempt to free released memory}}
136
my_free
(p);
Completed in 413 milliseconds