Searched refs:malloc (Results 1 – 9 of 9) sorted by relevance
11 stdin = malloc(sizeof(FILE)); in _libc_init()12 stdout = malloc(sizeof(FILE)); in _libc_init()13 stderr = malloc(sizeof(FILE)); in _libc_init()
10 char *buf = malloc(bufsize); in fprintf()63 FILE *stream = malloc(sizeof(FILE)); in fopen()
27 struct DIR *dirp = (struct DIR *)malloc(sizeof(struct DIR)); in opendir()
271 void *malloc(ssize_t size) in malloc() function
8 ``void *malloc(ssize_t size)`` : 普通的 ``malloc``
14 void *malloc(ssize_t size);
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()617 *argv = (char **)malloc(sizeof(char **) * (*argc)); in parse_command()
44 shell_current_path = (char *)malloc(3); in main_loop()
222 - malloc堆内存分配器