server-skynet-source-3rd-je.../test
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
..
aligned_alloc.c Implement aligned_alloc(). 2012-03-13 12:55:21 -07:00
aligned_alloc.exp Implement aligned_alloc(). 2012-03-13 12:55:21 -07:00
allocated.c Add --with-mangling. 2012-03-01 17:19:20 -08:00
allocated.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
allocm.c Implement malloc_vsnprintf(). 2012-03-07 16:19:19 -08:00
allocm.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
bitmap.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
bitmap.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
jemalloc_test.h.in Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mremap.c Add --with-mangling. 2012-03-01 17:19:20 -08:00
mremap.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
posix_memalign.c Implement malloc_vsnprintf(). 2012-03-07 16:19:19 -08:00
posix_memalign.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
rallocm.c Add --with-mangling. 2012-03-01 17:19:20 -08:00
rallocm.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
thread_arena.c Add --with-mangling. 2012-03-01 17:19:20 -08:00
thread_arena.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00