Lib.rs
› 关键字
#
no-std
#
allocator
#
safe
#
memory-management
#
custom
#
heap-allocation
#calloc
关键字
搜索
alloc-no-stdlib
一个动态分配器示例,可用于与或不与stdlib一起使用。这允许nostd包动态分配内存,并可以使用自定义分配器、栈上的项等。
v
2.0.4
2.6
M
#
allocator
#
memory-management
#
calloc
#
safe
#
custom
#
nostd
#
no-std
alloc-stdlib
一个可能与stdlib一起使用的动态分配器示例
v
0.2.2
2.6
M
#
allocator
#
memory-management
#
safe
#
no-std
#
calloc
#
heap-allocation
#
custom