Changes between Version 4 and Version 5 of kernel_malloc
- Timestamp:
- Dec 7, 2014, 7:29:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_malloc
v4 v5 13 13 14 14 === void '''_heap_init'''( ) === 15 This function initialises the kernel_heap[x][y] descriptors array 15 This function initialises the kernel_heap[x][y] descriptors array. 16 16 It must exist one heap vseg in each cluster. The vseg length must be a power of 2, and the vseg base address must be aligned. 17 17