Skip to content
Snippets Groups Projects
  • Avi Kivity's avatar
    22a07c17
    memory: implement a real malloc/free set · 22a07c17
    Avi Kivity authored
    This implementation stores small objects in pools of similar-sized objects,
    while large objects are allocated using a first-fit algorithm.  There is also
    a specialized interface for allocating aligned pages.
    22a07c17
    History
    memory: implement a real malloc/free set
    Avi Kivity authored
    This implementation stores small objects in pools of similar-sized objects,
    while large objects are allocated using a first-fit algorithm.  There is also
    a specialized interface for allocating aligned pages.