Project

General

Profile

« Previous | Next » 

Revision ead3739c

Added by peterzhu2118 (Peter Zhu) 5 months ago

Inline ASAN poison functions when ASAN is not enabled

The ASAN poison functions was always defined in gc.c, even if ASAN was not
enabled. This made function calls to happen all the time even if ASAN is
not enabled. This commit defines these functions as empty macros when ASAN
is not enabled.