Changeset 656 for trunk/kernel/mm/kmem.h


Ignore:
Timestamp:
Dec 6, 2019, 12:07:51 PM (5 years ago)
Author:
alain
Message:

Fix several bugs in the FATFS and in the VFS,
related to the creation of big files requiring
more than 4 Kbytes (one cluster) on device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/kmem.h

    r635 r656  
    2929
    3030/*************************************************************************************
    31  * This enum defines the three Kernel Memory Allocaror types:
     31 * This enum defines the three Kernel Memory Allocaror types
    3232 ************************************************************************************/
    3333
     
    7171 * - KHM (Kernel Heap Manager) allocates physical memory buffers of M bytes,
    7272 *       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.
    7376 *************************************************************************************
    7477 * @ cxy   : target cluster identifier for a remote access.
Note: See TracChangeset for help on using the changeset viewer.