更新u_malloc分配器

This commit is contained in:
zhangzheng
2025-03-09 23:53:18 +08:00
parent 66b79ce2ea
commit 79d4d1cad3
25 changed files with 677 additions and 1090 deletions

View File

@@ -87,7 +87,7 @@ int main(int argc, char *argv[])
#endif
while (1)
{
u_sleep_ms((umword_t)(-1));
u_sleep_ms(U_SLEEP_ALWAYS);
}
return 0;
}