Files
snmalloc/src
ryancinsight 7b8cac7931 Add to rust surface standard C style API (#290)
The existing snmalloc Rust surface only exposes the calls required by the Rust global allocator.
As Rust knows the size of objects it provides those to the allocator, which snmalloc takes advantage of.

This PR, exposes the standard C API for allocation as well with the prefix `sn_`, so that unsafe code can potentially take advantage of using the same allocator.
2021-03-03 09:58:17 +00:00
..
2021-01-05 16:28:22 +00:00
2021-03-03 09:02:02 +00:00
2021-03-01 20:18:01 +00:00
2019-01-15 14:17:55 +00:00