1. 07 2月, 2012 5 次提交
  2. 06 2月, 2012 1 次提交
  3. 03 2月, 2012 2 次提交
  4. 02 2月, 2012 4 次提交
  5. 01 2月, 2012 2 次提交
  6. 30 1月, 2012 1 次提交
  7. 29 1月, 2012 1 次提交
  8. 26 1月, 2012 2 次提交
  9. 25 1月, 2012 2 次提交
  10. 24 1月, 2012 3 次提交
  11. 23 1月, 2012 6 次提交
  12. 21 1月, 2012 3 次提交
  13. 19 1月, 2012 1 次提交
  14. 17 1月, 2012 1 次提交
  15. 24 12月, 2011 1 次提交
  16. 17 11月, 2011 1 次提交
    • R
      fix issue with excessive mremap syscalls on realloc · e5d78fe8
      Rich Felker 提交于
      CHUNK_SIZE macro was defined incorrectly and shaving off at least one
      significant bit in the size of mmapped chunks, resulting in the test
      for oldlen==newlen always failing and incurring a syscall. fortunately
      i don't think this issue caused any other observable behavior; the
      definition worked correctly for all non-mmapped chunks where its
      correctness matters more, since their lengths are always multiples of
      the alignment.
      e5d78fe8
  17. 11 11月, 2011 3 次提交
  18. 26 10月, 2011 1 次提交