Skip to content

0.4.2

Compare
Choose a tag to compare
@mjp41 mjp41 released this 11 Jun 10:55

Changes

  • Preliminary Android support (#171)
  • Fixes to 32bit compile for Linux (#173)
  • Preparatory work for CHERI support (#188, #191, #193, #202)
  • Performance of alloc_size (#196)
  • Minor changes to build defaults (#177, #182, #187, #189, #194, #197, #206)
  • Improve Open Enclave support (#205, #201, #195)
  • Expose cfree (#179)
  • Allow different OS_PAGE_SIZES (#185)
  • Improve support for VS2019 (#207)
  • Add error message for failed init (#190)

Bug fixes

  • realloc of large allocation may calculate incorrectly return original allocation (#178, #209)
  • Fixed sized delete of nullptr (#181)
  • Fixed memory ordering in unit test (#184)