> Now, could you check the stuff again?
checking whether we could allocate Oz heap with malloc ...
checking ... with a test program... succeeded
... yes, we can allocate Oz heap with malloc!
checking whether we can allocate Oz heap via mmap...
checking for mmap... yes
checking ... with a test program... succeeded
... yes, we can allocate Oz heap via mmap!
checking whether we could allocate Oz heap via sbrk ...
checking for sbrk... yes
checking ... with a test program... failed
... sorry, we cannot allocate Oz heap with sbrk.
checking for --enable-malloc-heap... no
checking for --enable-mmap-heap... no
checking for --enable-sbrk-heap... no
... will use the (efficient) 'malloc'ing for Oz heap
Excellent. As I said, the end result should be the same; but the test
going well is clearly an advantage.
Do you have any recommendation for memory stress benchmarking?
Marc-Antoine
-
Please send submissions to hackers@mozart-oz.org
and administriva mail to hackers-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.