#ifndef GC_INLINE_H_ #define GC_INLINE_H_ #define GC_ALWAYS_INLINE __attribute__((always_inline)) #define GC_NEVER_INLINE __attribute__((noinline)) #endif // GC_INLINE_H_