Module alloc

Source

Traits§

EmplaceAllocator
Extension for allocators to support emplace(initializer) method

Functions§

alloc_emplace
Allocate memory for value by std::alloc::alloc and emplace in it.