mailing list of musl libc
 help / color / mirror / code / Atom feed
* Memory management, how to protect some address space.
@ 2016-03-10  8:22 John Found
  2016-03-10 16:45 ` Rich Felker
  0 siblings, 1 reply; 10+ messages in thread
From: John Found @ 2016-03-10  8:22 UTC (permalink / raw)
  To: musl mainling list

I am using 32bit MUSL for some of my projects, together with SQLite library compiled with MUSL as well.

While running on 64 bit Linux, it sometimes allocates memory on addresses above 0xc0000000. 
But in my application this area (up to the end of the 4GB addressing space) is reserved for special purposes and should never be allocated.

How to make MUSL to work this way?
Should I recompile MUSL (other libraries) with such option or maybe there is some run-time way to make the same thing?

Best Regards.

-- 
http://fresh.flatassembler.net
http://asm32.info
John Found <johnfound@asm32.info>


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-03-10 22:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-10  8:22 Memory management, how to protect some address space John Found
2016-03-10 16:45 ` Rich Felker
2016-03-10 19:02   ` John Found
2016-03-10 19:11     ` Rich Felker
2016-03-10 19:23       ` John Found
2016-03-10 19:53         ` Tomasz Sterna
2016-03-10 20:20         ` Rich Felker
2016-03-10 20:24           ` Bryan Hundven
2016-03-10 20:25           ` Alexander Monakov
2016-03-10 22:20           ` John Found

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).