Sign in
swiftshader
/
SwiftShader
/
99938eab593dc1d1fccb8ed715f31d9d97cbdb4e
/
.
/
third_party
/
subzero
/
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