Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:noinline

791 #ifndef NOINLINE
793 #define NOINLINE __attribute__ ((noinline))
795 #define NOINLINE __declspec(noinline)
797 #define NOINLINE