Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4671 5403 d 11 h decky /trunk/uspace/lib/libc/generic/ the size argument to split_mark() should include the header and footer size  
4643 5418 d 15 h jermar /trunk/uspace/lib/libc/generic/ realloc() should really check whether the next block is indeed free.  
4642 5419 d 2 h svoboda /trunk/uspace/lib/libc/generic/ Fix alignment errors in realloc().  
4607 5430 d 8 h jermar /trunk/uspace/lib/libc/generic/ Fix typos.  
4606 5430 d 8 h decky /trunk/uspace/lib/libc/generic/ small allocator optimization
add some comments
 
4600 5432 d 7 h decky /trunk/uspace/lib/libc/generic/ implement simple first-fit memory allocator
(modified from original code by Petr Tuma, used under permission)