Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228717 | Differences between
and this patch

Collapse All | Expand All

(-)a/memory/jemalloc/jemalloc.c (-1 / +1 lines)
Lines 5775-5781 Link Here
5775
void *
5775
void *
5776
memalign(size_t alignment, size_t size);
5776
memalign(size_t alignment, size_t size);
5777
#pragma no_inline(memalign)
5777
#pragma no_inline(memalign)
5778
#  elif (defined(__GNU_C__)
5778
#  elif (defined(__GNU_C__))
5779
__attribute__((noinline))
5779
__attribute__((noinline))
5780
#  endif
5780
#  endif
5781
VISIBLE
5781
VISIBLE

Return to bug 228717