On 8/12/2011 9:23 AM, sidinsd wrote: > > Since APR does not support /dev/zero, but it does support Memory Mapping of > files (see apr_mmap_create, etc.) how does it support the MAP_ANONYMOUS > feature of the mmap function?
It returns previously cross-process, unallocated swap-backed heap.
