[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] Re: mprotect on malloc'ed memory?
From: |
felix winkelmann |
Subject: |
[Chicken-hackers] Re: mprotect on malloc'ed memory? |
Date: |
Thu, 29 Nov 2007 09:09:08 +0100 |
On Nov 23, 2007 4:10 PM, Ivan Shmakov <address@hidden> wrote:
>
> You could use mmap () (where available) to allocate the heap and
> use mprotect () on it afterwards. An option (either compile- or
> run-time) to control which way the heap is allocated is to be
> added then.
Good idea, Ivan. I have to try that out.
cheers,
felix