Home | History | Annotate | Download | only in sdcard

Lines Matching refs:malloc

315     node->name = malloc(namelen + 1);
322 node->actual_name = malloc(namelen + 1);
364 node->actual_name = malloc(namelen + 1);
820 h = malloc(sizeof(*h));
964 h = malloc(sizeof(*h));
1214 handlers = malloc(num_threads * sizeof(struct fuse_handler));