Sign in
swiftshader
/
SwiftShader
/
3702e01d0d836c51baa29d230abfbf216766ea06
/
.
/
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