Skip to content
Snippets Groups Projects
  1. Jan 11, 2013
  2. Dec 28, 2012
  3. Dec 27, 2012
  4. Dec 26, 2012
    • Avi Kivity's avatar
      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
  5. Dec 25, 2012
  6. Dec 24, 2012
  7. Dec 23, 2012
  8. Dec 01, 2012
Loading