Sign in
swiftshader
/
SwiftShader.git
/
e1e17832e9c85b8b2be2a9efe98697c9d851345a
/
.
/
pydir
/
sz_clang_dummies.c
blob: d0abc94cba3da6594af155bde9294de8a9282e4e [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#ifdef
__cplusplus
extern
"C"
{
#endif
void
*
__asan_dummy_calloc
(
size_t
nmemb
,
size_t
size
)
{
return
calloc
(
nmemb
,
size
);
}
#ifdef
__cplusplus
}
// extern "C"
#endif