server-skynet-source-3rd-je.../include/jemalloc
Mike Hommey 461ad5c87a Avoid using a union for ctl_node_s
MSVC doesn't support C99, and as such doesn't support designated
initialization of structs and unions. As there is never a mix of
indexed and named nodes, it is pretty straightforward to use a
different type for each.
2012-04-23 11:43:44 -07:00
..
internal Avoid using a union for ctl_node_s 2012-04-23 11:43:44 -07:00
jemalloc_defs.h.in Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls 2012-04-18 18:57:48 -07:00
jemalloc.h.in Revert "Use ffsl() in ALLOCM_ALIGN()." 2012-04-04 15:24:01 -07:00