Changes between Version 3 and Version 4 of kernel_malloc


Ignore:
Timestamp:
Dec 7, 2014, 7:28:17 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_malloc

    v3 v4  
    1111 * Concurrent dynamic allocation is possible, as each kernel_heap[x][y] descriptor is protected by a specific queuing spin-lock.
    1212
    13 == access functions ==
    1413
    1514=== void '''_heap_init'''( ) ===