<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>I’m evaluating jemalloc on my embedded system, which we cross compile to several different processors.  Since I’m cross compiling, configure cannot figure out what the correct value of je_cv_static_page_shift should be.  No surprise, for early tests I
just set it to 12 (based solely on some android searches showing a patch to hard code it to 12).  This works for early tests, but if I’m to go production I want the correct value, and I need to leave clear instructions to my successor on how to find this in
case we add a new processor in the future.</div>
<div> </div>
<div>How can I figure this out?  Ideally I want a command I can run in a shell, but if I need to build a program I can do that.</div>
<div> </div>
</span></font>
</body>
</html>