1. 05 Jul, 2013 1 commit
    • Pavel Emelyanov's avatar
      rst: Introduce memory allocator for rst blob · df51773b
      Pavel Emelyanov authored
      The memory in question is allocated and then remaped into
      restorer with one call to mremap. Thus, to use the mem we
      need to provide to users API for
      
      * alloc memory
      * get current allocation pointer
      * convert current pointer into remapped one
      * the remap itself
      
      This would help combinding lots of small allocations such
      as tcp sockets to unrepair, siginfos and posix timers.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      df51773b
  2. 08 Jul, 2013 4 commits
  3. 04 Jul, 2013 1 commit
  4. 02 Jul, 2013 2 commits
  5. 03 Jul, 2013 1 commit
  6. 02 Jul, 2013 2 commits
  7. 01 Jul, 2013 2 commits
  8. 02 Jul, 2013 1 commit
  9. 01 Jul, 2013 26 commits