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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -