Changes between Version 17 and Version 18 of WikiStart


Ignore:
Timestamp:
Oct 6, 2014, 12:46:06 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v17 v18  
    3636This section describes the user libraries :
    3737
    38  === [wiki:library_stdio stdio library] ===
     38 === [wiki:library_stdio Z1) stdio library] ===
    3939
    4040This library contains all system calls allowing an application
     
    4242Each function in this library contains at least one SYSCALL instruction to enter the kernel mode.
    4343
    44 === [wiki:library_stdlib Z1) stdlib library] ===
     44=== [wiki:library_stdlib Z2) stdlib library] ===
    4545
    4646This library contains various utility functions that do not use system calls.
    4747
    48 === [wiki:library_mwmr Z2) MWMR library] ===
     48=== [wiki:library_mwmr Z3) MWMR library] ===
    4949
    5050This library defines a communication middleware
     
    5252This middleware does not use system calls.
    5353
    54 === [wiki:library_barrier Z3) barrier library] ===
     54=== [wiki:library_barrier Z4) barrier library] ===
    5555
    5656This library contains functions used to synchronize
     
    5858do not use system calls.
    5959
    60 === [wiki:library_locks Z4) spin_lock library] ===
     60=== [wiki:library_locks Z5) spin_lock library] ===
    6161
    6262This library contains functions used to provide
     
    6464These functions do not use system calls.
    6565
    66 === [wiki:library_malloc Z5) malloc library] ===
     66=== [wiki:library_malloc Z6) malloc library] ===
    6767
    6868This library contains functions allowing an user application
     
    7171is physically distributed on the clusters, and there is actually on allocator per cluster.
    7272
    73