snapshot: use snapshot_space only in mprotect-based
authorBrian Norris <banorris@uci.edu>
Mon, 8 Oct 2012 19:58:01 +0000 (12:58 -0700)
committerBrian Norris <banorris@uci.edu>
Mon, 8 Oct 2012 19:58:01 +0000 (12:58 -0700)
commit6712d74fa36397ad2b27cea0b017148e9753eafe
treec4bd3763ada278d86e7c0fc3feb66d30df72b49b
parent127a76db778e47f861ad967985f2dd18a93582f6
snapshot: use snapshot_space only in mprotect-based

We don't need this heap for fork-based snapshotting, so clearly separate
the functionality here.

This also makes PageAlignedAdressUpdate() available only for
mprotect-based snapshotting.
mymemory.h
snapshot.cc