Skip to content

Version 0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Snaipe Snaipe released this 20 Jan 21:09
· 112 commits to master since this release
  • Added --with-malloc-wrapper and --with-fixed-allocator flags for ./configure.
  • Added a fixed allocator support -- if the user does not want to override at runtime the allocators used by smalloc/sfree and just want to use malloc and free, they may enable this option using the --with-fixed-allocator configuration flag.
  • Added malloc/free wrappers. Pointers produced by malloc can be used with the smart attribute, and smart pointers may be passed to free. This option is deactivated by default, and can be enabled using the --with-malloc-wrapper configuration flag.