Changeset 619 for trunk/kernel/mm/kcm.h
- Timestamp:
- Feb 12, 2019, 1:15:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/mm/kcm.h
r567 r619 37 37 * for fixed size objects. It exists a specific KCM allocator for each object type. 38 38 * The actual allocated block size is the smallest multiple of the KCM slot, that 39 * contain one single object. The KCM slot is typically 64 bytes, as it must be large40 * enoughto store the kcm_page descriptor, defined below.39 * contain one single object. The KCM slot is 64 bytes, as it must be large enough 40 * to store the kcm_page descriptor, defined below. 41 41 * The various KCM allocators themselves are not statically allocated in the cluster 42 42 * manager, but are dynamically allocated when required, using the embedded KCM
Note: See TracChangeset
for help on using the changeset viewer.