server-skynet-source-3rd-je.../include/jemalloc
Jason Evans 0a0bbf63e5 Implement aligned_alloc().
Implement aligned_alloc(), which was added in the C11 standard.  The
function is weakly specified to the point that a minimally compliant
implementation would be painful to use (size must be an integral
multiple of alignment!), which in practice makes posix_memalign() a
safer choice.
2012-03-13 12:55:21 -07:00
..
internal Fix a regression in JE_COMPILABLE(). 2012-03-13 11:09:23 -07:00
jemalloc_defs.h.in Implement aligned_alloc(). 2012-03-13 12:55:21 -07:00
jemalloc.h.in Implement aligned_alloc(). 2012-03-13 12:55:21 -07:00