tikv / jemallocator

Rust allocator using jemalloc as a backend
Other
347 stars 58 forks source link

Allow unprefixed jemalloc on musl targets #70

Closed jackkleeman closed 8 months ago

jackkleeman commented 8 months ago

Musl has supported replaced allocators since 1.1.20, about a year after this exclusion was added. I have tested and I find no problems with jemalloc musl binaries. It seems reasonable to hand the responsibility for checking that their musl supports this back to the end user who is enabling the flag

BusyJay commented 8 months ago

You need to sign off your commit first.

jackkleeman commented 8 months ago

@BusyJay thanks, fixed