diff --git a/src/ds/bits.h b/src/ds/bits.h index 2503606..e6721cd 100644 --- a/src/ds/bits.h +++ b/src/ds/bits.h @@ -21,7 +21,7 @@ # include # define ALWAYSINLINE __attribute__((always_inline)) # define NOINLINE __attribute__((noinline)) -# define SNMALLOC_SLOW_PATH NOINLINE __attribute__((section(".text,slow"))) +# define SNMALLOC_SLOW_PATH NOINLINE # define SNMALLOC_FAST_PATH inline ALWAYSINLINE # define SNMALLOC_PURE __attribute__((const)) # ifdef __clang__