<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Dec 24, 2014, at 1:35 AM, Oran Agra <<a href="mailto:oran@redislabs.com" class="">oran@redislabs.com</a>> wrote:<div><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><span style="font-size:13px" class="">I have an application running on x86 that uses jemalloc which can greatly benefit from an allocation pool of 24 bytes.</span><br style="font-size:13px" class=""><span style="font-size:13px" class="">currently there are pools for 8,16,32...</span><br style="font-size:13px" class=""></div></div></blockquote><div><br class=""></div><div>The dev version of jemalloc has the --with-lg-quantum configure option, which should do what you want if you specify --with-lg-quantum=3 .  See the INSTALL file for details and warnings:</div><div><br class=""></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/jemalloc/jemalloc/blob/dev/INSTALL" class="">https://github.com/jemalloc/jemalloc/blob/dev/INSTALL</a></div><div><br class=""></div><div>Jason</div><div><br class=""></div></div></body></html>