mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-22 01:53:00 +00:00
parent
8e32e7a14e
commit
a12fcfea0d
@ -33,9 +33,9 @@ struct Libc::Clone_session : Session
|
||||
{
|
||||
static const char *service_name() { return "Clone"; }
|
||||
|
||||
enum { BUFFER_SIZE = 512*1024UL,
|
||||
RAM_QUOTA = BUFFER_SIZE + 4096,
|
||||
CAP_QUOTA = 2 };
|
||||
static constexpr size_t BUFFER_SIZE = 512*1024;
|
||||
static constexpr size_t RAM_QUOTA = BUFFER_SIZE + 4096;
|
||||
static constexpr unsigned CAP_QUOTA = 2;
|
||||
|
||||
struct Memory_range
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user