Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Alloc

After setting up the heap allocator, we can use the types of collections, containers, etc., such as String, Vec, BTreeMap, Box, etc. in alloc.

设置堆分配器后,我们就可以使用 alloc 中的集合、容器等类型,例如 String,Vec,BTreeMap,Box 等。