Skip to content

rlsf 0.2.0

Compare
Choose a tag to compare
@yvt yvt released this 31 Aug 14:54
· 8 commits to main since this release

Changed

  • Breaking: Raised the minimum supported Rust version to 1.61
  • Documentation improvements
  • Descriptive compile-time panic messages

Added

  • Breaking: CAlloc::allocation_usable_size
  • {Global,}Tlsf::new
  • FlexTlsf::new as a const fn
  • ConstDefault implementation for Tlsf
  • Tlsf::iter_blocks (unstable), which lets you iterate through memory blocks for diagnostic purposes.
  • {Flex,}Tlsf::allocation_usable_size (unstable)

Removed

  • Breaking: {Global,}Tlsf::INIT
  • Breaking: Init (superseded by ConstDefault from const-default)