Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
fe0a0fb65f18a8495d97a700ca62fe639ffd85e9
/
.
/
test
/
SemaCXX
/
Inputs
/
malloc.h
blob: c54d6215017b769a9f8b0917bce297138425567a [
file
] [
log
] [
blame
]
Douglas Gregor
e13ad83
2010-02-12 07:32:17 +0000
[
diff
] [
blame
]
1
extern
"C"
{
2
extern
void
*
malloc
(
__SIZE_TYPE__ __size
)
throw
()
__attribute__
((
__malloc__
))
;
3
}