Searched refs:free (Results 1 – 14 of 14) sorted by relevance
177 free(shell_current_path); in shell_cmd_cd()216 free(shell_current_path); in shell_cmd_cd()224 free(new_path); in shell_cmd_cd()233 free(argv); in shell_cmd_cd()277 free(argv); in shell_cmd_ls()294 free(argv); in shell_cmd_pwd()339 free(buf); in shell_cmd_cat()340 free(file_path); in shell_cmd_cat()342 free(argv); in shell_cmd_cat()379 free(argv); in shell_cmd_touch()[all …]
22 free(argv); in shell_help()
21 void free(void* ptr);
169 tmp.free = __count_empty_2m_pages(ZONE_NORMAL) * PAGE_2M_SIZE; in mm_stat()170 tmp.total = tmp.used + tmp.free; in mm_stat()175 tmp.available = tmp.free + tmp.cache_free; in mm_stat()
168 uint64_t free; // 空闲物理页所占的内存大小 member
12 uint64_t free; // 空闲物理页所占的内存大小 member
25 free(buf); in fprintf()61 free(stream); in fclose()
53 free(dirp); in closedir()
377 void free(void *ptr) in free() function
10 ``void free(void *ptr)`` : 释放内存
13 License is intended to guarantee your freedom to share and change free14 software--to make sure the software is free for all its users. This21 When we speak of free software, we are referring to freedom, not23 have the freedom to distribute copies of free software (and charge for26 in new free programs; and that you know you can do these things.44 that everyone understands that there is no warranty for this free50 Finally, any free program is threatened constantly by software51 patents. We wish to avoid the danger that redistributors of a free54 patent must be licensed for everyone's free use or not licensed at all.205 license would not permit royalty-free redistribution of the Program by[all …]
263 | free | 空闲物理页所占的内存大小 |
411 let mut free = 0; in find_free_entries() localVariable440 if free == 0 { in find_free_entries()444 free += 1; in find_free_entries()445 if free == num_free { in find_free_entries()453 free = 0; in find_free_entries()460 let remain_entries = num_free - free; in find_free_entries()481 if free > 0 { in find_free_entries()
423 static void __idr_remove_all_with_free(struct idr *idp, bool free) in __idr_remove_all_with_free() argument453 if (free) in __idr_remove_all_with_free()