提交 35eaf4a7 编写于 作者: J jiweibo

test=develop

上级 76c6c21e
......@@ -34,7 +34,6 @@ void* TargetWrapper<TARGET(kHost)>::Malloc(size_t size) {
return r;
}
void TargetWrapper<TARGET(kHost)>::Free(void* ptr) {
ptr = Malloc(1);
if (ptr) {
free(static_cast<void**>(ptr)[-1]);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册