How to swap out a memory block?

Posted by ctinnist on Stack Overflow See other posts from Stack Overflow or by ctinnist
Published on 2010-03-25T17:33:15Z Indexed on 2010/03/25 18:03 UTC
Read the original article Hit count: 164

How to make a block of memory allocated by malloc() or new: - immediately swapped out, - or lazily initialized.

In fact, I'm trying to reserve an address space. How to accomplish this?

© Stack Overflow or respective owner

Related posts about c

    Related posts about c++