mirror of
https://gitee.com/apaki/unicstl.git
synced 2026-05-28 22:54:19 +08:00
关于容量有些争议,后续考虑怎么处理。 - 重构 `deque` 源码,使用条件编译适配 `ringbuf` 或 `segarray` - 修复 `segarray` 扩容逻辑,使用正确的段大小 `_segsize` 进行分配 - 优化 `segarray` 初始化逻辑,支持容量为 0 时的延迟分配 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| test_arraylist.c | ||
| test_darray.c | ||
| test_deque.c | ||
| test_dlinklist.c | ||
| test_graph.c | ||
| test_heap.c | ||
| test_linklist.c | ||
| test_queue.c | ||
| test_rawbuf.c | ||
| test_ringbuf.c | ||
| test_segarray.c | ||
| test_stack.c | ||
| test_tree.c | ||
| test_unicstal.c | ||
| test.c | ||
| test.h | ||