Macro near_sdk::setup_alloc
source · macro_rules! setup_alloc {
() => { ... };
}
👎Deprecated since 4.0.0: Allocator is already initialized with the default
wee_alloc
feature set. Please make sure you don’t disable default features on the SDK or set the global allocator manually.Expand description
Deprecated helper function which used to generate code to initialize the GlobalAllocator
.
This is now initialized by default. Disable wee_alloc
feature to configure manually.