Searched refs:malloc_test (Results 1 – 1 of 1) sorted by relevance
93 int malloc_test(int argc, char** argv);117 else if (!strcmp(argv[1], "malloc")) err = malloc_test(argc-1, argv+1); in main()593 int malloc_test(int argc, char** argv) in malloc_test() function