Linux PowerPC port
This commit is contained in:
@@ -25,7 +25,8 @@ namespace snmalloc
|
||||
*/
|
||||
static constexpr uint64_t pal_features = PALPOSIX::pal_features;
|
||||
|
||||
static constexpr size_t page_size = 0x1000;
|
||||
static constexpr size_t page_size =
|
||||
Aal::aal_name == PowerPC ? 0x10000 : 0x1000;
|
||||
|
||||
/**
|
||||
* OS specific function for zeroing memory.
|
||||
|
||||
Reference in New Issue
Block a user