Changeset 656 for trunk/kernel/mm/kmem.h
- Timestamp:
- Dec 6, 2019, 12:07:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/mm/kmem.h
r635 r656 29 29 30 30 /************************************************************************************* 31 * This enum defines the three Kernel Memory Allocaror types :31 * This enum defines the three Kernel Memory Allocaror types 32 32 ************************************************************************************/ 33 33 … … 71 71 * - KHM (Kernel Heap Manager) allocates physical memory buffers of M bytes, 72 72 * M can have any value, and req.order = M. 73 * 74 * WARNING: the physical memory allocated with a given allocator type must be 75 * released using the same allocator type. 73 76 ************************************************************************************* 74 77 * @ cxy : target cluster identifier for a remote access.
Note: See TracChangeset
for help on using the changeset viewer.