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