Custom allocator options
ryancinsight opened this issue · 1 comments
ryancinsight commented
@SchrodingerZhu I was going over the rust docs and came across the custom-allocator section. Do you know the difference between this and setting the global allocator?https://doc.rust-lang.org/1.5.0/book/custom-allocators.html
ryancinsight commented
Nevermind, figured out this was somewhat deprecated by global allocator