Re: virtual address space allocation

2018-08-01 Thread valdis . kletnieks
On Tue, 31 Jul 2018 15:41:28 +0200, Babis Chalios said: > I am working on the runtime system of a distributed memory programming > language. For some reason we need to create a big hole on the address space of > the application. We are trying to do so by using an mmap during the > initialization

Re: virtual address space allocation

2018-07-31 Thread Ruben Safir
On 07/31/2018 09:41 AM, Babis Chalios wrote: > I am working on the runtime system of a distributed memory programming > language. For some reason we need to > create a big hole on the address space of the application. We are trying > to do so by using an mmap during the > initialization of the