53 public L4::Kobject_t<Mem_alloc, L4::Factory, L4RE_PROTO_MEM_ALLOC>
158 unsigned long flags = 0,
unsigned long align = 0,
L4::Cap related definitions.
Memory allocation interface.
Mem_alloc_flags
Flags for the allocator.
C++ interface for capabilities.
Helper class to create an L4Re interface class that is derived from a single base class.
Common factory related definitions.
unsigned int l4_size_t
Unsigned size type.
unsigned long l4_addr_t
Address type.
#define L4_EXPORT
Attribute to mark functions, variables, and data types as being exported from a library.
Interface Definition Language.
#define L4_INLINE_RPC(res, name, args, attr...)
Define an inline RPC call (type and callable).
L4 low-level kernel interface.
L4Re Protocol Constants (C version)
Statistics about memory-allocator.
l4_size_t quota
Memory quota of this allocator.
l4_size_t mem_limit
Maximum amount of memory that can be allocated by this allocator.
l4_size_t quota_used
Amount of currently used quota of this allocator.
l4_size_t mem_used
Amount of currently allocated memory.
l4_size_t mem_free
Amount of memory that is still available for allocation.
Standard list of RPCs of an interface.