TEST(malloc_dispatch_table==NULL,"malloc_dispatch_table shoud be NULL\n");
printf("Case 2: client shared library is loading, no uninstall signal raising, but the functions hasn't been loaded, using the temporary malloc table.\n");
TEST(malloc_dispatch_table!=NULL,"malloc_dispatch_table shoud be not NULL\n");
printf("Case 3: client shared library is loading, uninstall signal raising, but the functions hasn't been loaded, using the temporary malloc table.\n");