1. 04 May, 2020 6 commits
  2. 03 May, 2020 1 commit
  3. 02 May, 2020 1 commit
    • Oran Agra's avatar
      optimize memory usage of deferred replies - fixed · 6726b3c2
      Oran Agra authored
      When deffered reply is added the previous reply node cannot be used so
      all the extra space we allocated in it is wasted. in case someone uses
      deffered replies in a loop, each time adding a small reply, each of
      these reply nodes (the small string reply) would have consumed a 16k
      block.
      now when we add anther diferred reply node, we trim the unused portion
      of the previous reply block.
      
      see #7123
      
      cherry picked from commit fb732f7a
      with fix to handle a crash with LIBC allocator, which apparently can
      return the same pointer despite changing it's size.
      i.e. shrinking an allocation of 16k into 56 bytes without changing the
      pointer.
      6726b3c2
  4. 01 May, 2020 2 commits
  5. 30 Apr, 2020 7 commits
  6. 29 Apr, 2020 7 commits
  7. 28 Apr, 2020 11 commits
  8. 27 Apr, 2020 5 commits