Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Dstdlib.md8 ``void *malloc(ssize_t size)`` : 普通的 ``malloc``
/DragonOS-0.1.2/user/libs/libc/src/
Dstdlib.h10 void *malloc(ssize_t size);
Ddirent.c27 struct DIR *dirp = (struct DIR *)malloc(sizeof(struct DIR)); in opendir()
Dmalloc.c271 void *malloc(ssize_t size) in malloc() function
/DragonOS-0.1.2/user/apps/shell/
Dcmd.c50 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()
Dshell.c44 shell_current_path = (char *)malloc(3); in main_loop()
/DragonOS-0.1.2/docs/community/ChangeLog/V0.1.x/
DV0.1.0.md222 - malloc堆内存分配器