Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5ff1a3508b39cfe3c9d108679a6532d85586b5ce
/
.
/
test
/
SemaCXX
/
Inputs
/
malloc.h
blob: c54d6215017b769a9f8b0917bce297138425567a [
file
] [
log
] [
blame
]
extern
"C"
{
extern
void
*
malloc
(
__SIZE_TYPE__ __size
)
throw
()
__attribute__
((
__malloc__
))
;
}