Searched refs:malloc (Results 1 – 7 of 7) sorted by relevance
8 ``void *malloc(ssize_t size)`` : 普通的 ``malloc``
10 void *malloc(ssize_t size);
27 struct DIR *dirp = (struct DIR *)malloc(sizeof(struct DIR)); in opendir()
271 void *malloc(ssize_t size) in malloc() function
50 file_path = (char *)malloc(*result_path_len + 2); in get_target_filepath()66 file_path = (char *)malloc(*result_path_len + 2); in get_target_filepath()172 char *new_path = (char *)malloc(dest_len + 2); in shell_cmd_cd()206 char *new_path = (char *)malloc(new_len + 2); in shell_cmd_cd()317 char *buf = (char *)malloc(512); in shell_cmd_cat()616 *argv = (char **)malloc(sizeof(char **) * (*argc)); in parse_command()
44 shell_current_path = (char *)malloc(3); in main_loop()
222 - malloc堆内存分配器