mspace_malloc will call into mmap if it runs out of memory... this does not play...
authorBrian Demsky <bdemsky@uci.edu>
Wed, 3 Oct 2012 09:57:32 +0000 (02:57 -0700)
committerBrian Demsky <bdemsky@uci.edu>
Wed, 3 Oct 2012 09:57:32 +0000 (02:57 -0700)
snapshotting the mspace of course...

turn off the mmap option and give us a bigger heap...
add assertions to malloc/calloc/realloc if they return NULL (which is now possible with MMAP turned off)


No differences found