Changes between Version 3 and Version 4 of kernel_malloc
- Timestamp:
- Dec 7, 2014, 7:28:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_malloc
v3 v4 11 11 * Concurrent dynamic allocation is possible, as each kernel_heap[x][y] descriptor is protected by a specific queuing spin-lock. 12 12 13 == access functions ==14 13 15 14 === void '''_heap_init'''( ) ===