SFBdragon / talc

A fast and flexible allocator for no_std and WebAssembly
https://crates.io/crates/talc
MIT License
419 stars 9 forks source link

using the lock_api to generalize Talck #6

Closed stlankes closed 1 year ago

stlankes commented 1 year ago

By using the lock_api the spin::Mutex in Talck can be replaced by any other lock implementation.

SFBdragon commented 1 year ago

Looks good! Thanks.