Searched hist:ee90489bc428c6a002afe631f44247a31af787e7 (Results 1 – 2 of 2) sorted by relevance
/freebsd/include/ |
H A D | stdlib.h | diff ee90489bc428c6a002afe631f44247a31af787e7 Fri May 15 22:43:37 CEST 2015 Pedro F. Giffuni <pfg@FreeBSD.org> Make use of GCC alloc_align attribute
This lets the compiler know about the alignment of pointers returned by aligned_alloc(3), posix_memalign(3). and contigmalloc(9)
Currently this is only supported in recent gcc but we are ready to use it if clang implements it.
Relnotes: yes
|
/freebsd/sys/sys/ |
H A D | malloc.h | diff ee90489bc428c6a002afe631f44247a31af787e7 Fri May 15 22:43:37 CEST 2015 Pedro F. Giffuni <pfg@FreeBSD.org> Make use of GCC alloc_align attribute
This lets the compiler know about the alignment of pointers returned by aligned_alloc(3), posix_memalign(3). and contigmalloc(9)
Currently this is only supported in recent gcc but we are ready to use it if clang implements it.
Relnotes: yes
|