SchrodingerZhu / snmalloc-rs

rust bindings of snmalloc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom allocator options

ryancinsight opened this issue · comments

@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

Nevermind, figured out this was somewhat deprecated by global allocator