Changeset 619 for trunk/kernel/mm/khm.h
- Timestamp:
- Feb 12, 2019, 1:15:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/mm/khm.h
r567 r619 3 3 * 4 4 * Authors Ghassan Almaless (2008,2009,2010,2011,2012) 5 * Alain Greiner (2016,2017,2018 )5 * Alain Greiner (2016,2017,2018,2019) 6 6 * 7 7 * Copyright (c) UPMC Sorbonne Universites … … 32 32 /******************************************************************************************* 33 33 * This structure defines a Kernel Heap Manager (KHM) in a given cluster. 34 * It is used to allocate memory objects, that are not enough replicated to justify35 * a dedicated KCM allocator.34 * It is used to allocate memory objects, that too large, or not enough replicated 35 * to use a dedicated KCM allocator. 36 36 ******************************************************************************************/ 37 37
Note: See TracChangeset
for help on using the changeset viewer.