Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

malloc

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    DocQuantum authored
    Implemented boundary tags so there's now a footer with the header.
    
    Implemented a circular double linked list allowing the head pointer to
    traverse bi-directionally and traverse where left off at.
    
    Reimplemented malloc to use the list, which means that extend heap was
    also changed to help and related functions.
    
    Changed mm_checkheap to also go through the free list and verify nodes
    are valid.
    d577e8aa
    History
    Name Last commit Last update