Changes between Version 6 and Version 7 of WikiStart


Ignore:
Timestamp:
Aug 4, 2014, 3:41:42 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    77== Z) User Level Libraries ==
    88
    9 === __[wiki:library_stdio stdio library]__ ===
     9 === [wiki:library_stdio stdio library] ===
    1010
    1111This library contains all functions allowing an application
    1212to access a peripheral, or a protected processor register. Each function contains at least one system call.
    1313
    14 === __[wiki:library_stdlib stdlib library]===
     14=== [wiki:library_stdlib stdlib library] ===
    1515
    1616This library contains various utility functions that do not use system calls.
    1717
    18 === __[wiki:library_mwmr MWMR library]__ ===
     18=== [wiki:library_mwmr MWMR library] ===
    1919
    2020This library defines a communication middleware
     
    2222This middleware does not use system calls.
    2323
    24 === __[wiki:library_barrier barrier library]__ ===
     24=== [wiki:library_barrier barrier library] ===
    2525
    2626This library contains functions used to synchronize
     
    2828do not use system calls.
    2929
    30 === __[wiki:library_locks spin_lock library]__ ===
     30=== [wiki:library_locks spin_lock library] ===
    3131
    3232This library contains functions used to provide
     
    3434These functions do not use system calls.
    3535
    36 === __[wiki:library_malloc malloc library]__ ===
     36=== [wiki:library_malloc malloc library] ===
    3737
    3838This library contains functions allowing an user application
    39 to dynamically allocate virtual memory in the application heap.
     39to dynamically allocate virtual memory from the application heap.
     40When the target architecture is clusterized (several physical banks), the heap
     41is physically distributed on the clusters, and there is actually on allocator per cluster.
     42
     43