c - how dose jemalloc on ARM/Linux -
how jemalloc (jemalloc-3.4.0) transplanted onto arm?
if modify
#define cpu_spinwait asm volatile("pause")
to
#define cpu_spinwait asm volatile("nop")
it works. but found jemalloc using more time... why?
at bottom of site http://www.canonware.com/jemalloc/ (seems official site)
you can find e-mail: jasone@canonware.com can contact support.
Comments
Post a Comment