mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
ealanos: More RAM for Larson benchmark and let it use hamstraaja by default.
This commit is contained in:
@@ -35,7 +35,7 @@ install_config {
|
||||
</start>
|
||||
<start name="cell1" priority="-1" caps="16000">
|
||||
<binary name="larson"/>
|
||||
<resource name="RAM" quantum="20G"/>
|
||||
<resource name="RAM" quantum="220G"/>
|
||||
<config>
|
||||
<vfs> <dir name="dev">
|
||||
<log/>
|
||||
|
||||
@@ -155,8 +155,8 @@ void operator delete[](void *pUserData )
|
||||
#endif
|
||||
|
||||
#ifndef CUSTOM_MALLOC
|
||||
#define CUSTOM_MALLOC malloc //_alloc->alloc
|
||||
#define CUSTOM_FREE free //_alloc->free
|
||||
#define CUSTOM_MALLOC _alloc->alloc
|
||||
#define CUSTOM_FREE _alloc->free
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user