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()329 free(buf); in shell_cmd_cat()330 free(file_path); in shell_cmd_cat()332 free(argv); in shell_cmd_cat()369 free(argv); in shell_cmd_touch()[all …]
22 free(argv); in shell_help()
21 void free(void* ptr);
12 uint64_t free; // 空闲物理页所占的内存大小 member
25 free(buf); in fprintf()53 free(stream); in fclose()
53 free(dirp); in closedir()
377 void free(void *ptr) in free() function
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
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 | 空闲物理页所占的内存大小 |
404 let mut free = 0; in find_free_entries() localVariable433 if free == 0 { in find_free_entries()437 free += 1; in find_free_entries()438 if free == num_free { in find_free_entries()446 free = 0; in find_free_entries()453 let remain_entries = num_free - free; in find_free_entries()474 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()