#calloc

  1. alloc-no-stdlib

    一个动态分配器示例,可用于与或不与stdlib一起使用。这允许nostd包动态分配内存,并可以使用自定义分配器、栈上的项等。

    v2.0.4 2.6M #allocator #memory-management #calloc #safe #custom #nostd #no-std
  2. alloc-stdlib

    一个可能与stdlib一起使用的动态分配器示例

    v0.2.2 2.6M #allocator #memory-management #safe #no-std #calloc #heap-allocation #custom