重置上传,新增了多个标准库,开始 TransPyV 自举实验
This commit is contained in:
@@ -73,7 +73,7 @@ def main() -> int:
|
||||
b3: t.CVoid | t.CPtr = buddy.alloc(100)
|
||||
testcheck.check(b3 is not None, "MemBuddy alloc after free", "FAIL")
|
||||
# realloc 增长
|
||||
b4: t.CVoid | t.CPtr = buddy.realloc(b2, 0, 400)
|
||||
b4: t.CVoid | t.CPtr = buddy.realloc(b2, 400)
|
||||
testcheck.check(b4 is not None, "MemBuddy realloc 200->400", "FAIL")
|
||||
|
||||
# ========== 多态分派 (核心测试) ==========
|
||||
|
||||
Reference in New Issue
Block a user