The kernel implements these fundamental objects: domains, segments, and meters.
Domains provide processing resources, segments provide memory resources, and meters provide CPU time resources.
A key to a fundamental object is a primary key.
Each fundamental object has a keeper which is invoked to handle exceptional conditions.
Outside the kernel, other objects are built using these objects.
See “Objects“ and “Atomic objects”.