1. 824b947 Add (size_t) casts to MALLOCX_ALIGN(). by Jason Evans · 8 years ago
  2. a62e94c Remove invalid tests. by Jason Evans · 8 years ago
  3. e3195fa Cast PTRDIFF_MAX to size_t before adding 1. by Jason Evans · 8 years ago
  4. 0c516a0 Make *allocx() size class overflow behavior defined. by Jason Evans · 8 years ago
  5. 9e1810c Silence miscellaneous 64-to-32-bit data loss warnings. by Jason Evans · 8 years ago
  6. b24f74b Don't rely on unpurged chunks in xallocx() test. by Jason Evans · 8 years ago
  7. fed1f9f Fix intermittent xallocx() test failures. by Jason Evans · 9 years ago
  8. 044047f Remove fragile xallocx() test case. by Jason Evans · 9 years ago
  9. 03eb37e Make mallocx() OOM test more robust. by Jason Evans · 9 years ago
  10. d260f44 Fix xallocx(..., MALLOCX_ZERO) bugs. by Jason Evans · 9 years ago
  11. 2152329 Add mallocx() OOM tests. by Jason Evans · 9 years ago
  12. 65b940a Loosen expected xallocx() results. by Jason Evans · 9 years ago
  13. aca490f Add more xallocx() overflow tests. by Jason Evans · 9 years ago
  14. 560a4e1 Fix xallocx() bugs. by Jason Evans · 9 years ago
  15. 4a2a3c9 Don't purge junk filled chunks when shrinking huge allocations by Mike Hommey · 9 years ago
  16. 828d919 Fix test for MinGW. by Jason Evans · 9 years ago
  17. 03bf5b6 Try to decommit new chunks. by Jason Evans · 9 years ago
  18. 8fadb1a Implement chunk hook support for page run commit/decommit. by Jason Evans · 9 years ago
  19. b49a334 Generalize chunk management hooks. by Jason Evans · 9 years ago
  20. d059b9d Implement support for non-coalescing maps on MinGW. by Jason Evans · 9 years ago
  21. 40cbd30 Fix huge_ralloc_no_move() to succeed more often. by Jason Evans · 9 years ago
  22. 241abc6 Fix size class overflow handling when profiling is enabled. by Jason Evans · 9 years ago
  23. 8d6a3e8 Implement dynamic per arena control over dirty page purging. by Jason Evans · 9 years ago
  24. cb9b449 Remove obsolete (incorrect) assertions. by Jason Evans · 9 years ago
  25. a95018e Attempt to expand huge allocations in-place. by Daniel Micay · 10 years ago
  26. 4cfe551 Add support for sized deallocation. by Daniel Micay · 10 years ago
  27. b54aef1 Fixup after 3a730df (Avoid pointer arithmetic on void*[...]) by Mike Hommey · 10 years ago
  28. 3a730df Avoid pointer arithmetic on void* in test/integration/rallocx.c by Mike Hommey · 10 years ago
  29. e2deab7 Refactor huge allocation to be managed by arenas. by Jason Evans · 10 years ago
  30. fb7fe50 Add support for user-specified chunk allocators/deallocators. by aravind · 10 years ago
  31. 4d434ad Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. by Jason Evans · 10 years ago
  32. 9790b96 Remove the *allocm() API, which is superceded by the *allocx() API. by Jason Evans · 10 years ago
  33. ada8447 Reduce maximum tested alignment. by Jason Evans · 10 years ago
  34. c2dcfd8 Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. by Jason Evans · 10 years ago
  35. 2850e90 Remove flawed alignment-related overflow test. by Jason Evans · 11 years ago
  36. a184d3f Fix/remove flawed alignment-related overflow tests. by Jason Evans · 11 years ago
  37. b2c3166 Extract profiling code from [re]allocation functions. by Jason Evans · 11 years ago
  38. e935c07 Add rallocx() test of both alignment and zeroing. by Jason Evans · 11 years ago
  39. 5a658b9 Add zero/align tests for rallocx(). by Jason Evans · 11 years ago
  40. d82a5e6 Implement the *allocx() API. by Jason Evans · 11 years ago
  41. 0f4f1ef Add mq (message queue) to test infrastructure. by Jason Evans · 11 years ago
  42. a4f124f Normalize #define whitespace. by Jason Evans · 11 years ago
  43. 2a83ed0 Refactor tests. by Jason Evans · 11 years ago
  44. 86abd0d Refactor to support more varied testing. by Jason Evans · 11 years ago