heap to memory allocated by mmap?
mmap does allocate memory in that story.
because heap is managed and optimized, mmaped memory is not. just requested from kernel and added to virtual address space as you wish
Обсуждают сегодня