Searched defs:free (Results 1 – 10 of 10) sorted by relevance
/DragonOS-0.1.8/user/libs/libc/src/include/export/sys/ |
D | stat.h | 12 uint64_t free; // 空闲物理页所占的内存大小 member
|
/DragonOS-0.1.8/kernel/src/mm/ |
D | no_init.rs | 39 unsafe fn free(&mut self, _address: PhysAddr, _count: PageFrameCount) { in free() method
|
/DragonOS-0.1.8/kernel/src/mm/allocator/ |
D | bump.rs | 82 unsafe fn free(&mut self, _address: PhysAddr, _count: PageFrameCount) { in free() method
|
D | page_frame.rs | 275 pub fn free(&self) -> PageFrameCount { in free() method 290 unsafe fn free(&mut self, address: PhysAddr, count: PageFrameCount); in free() method 308 unsafe fn free(&mut self, address: PhysAddr, count: PageFrameCount) { in free() method
|
D | slab.rs | 52 pub fn free(&mut self, ptr: *mut u8) { in free() method
|
D | buddy.rs | 650 unsafe fn free(&mut self, base: PhysAddr, count: PageFrameCount) { in free() method
|
/DragonOS-0.1.8/user/libs/libc/src/ |
D | malloc.c | 378 void free(void *ptr) in free() function
|
/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/ |
D | mod.rs | 540 unsafe fn free( in free() method
|
/DragonOS-0.1.8/kernel/src/libs/ |
D | idr.c | 423 static void __idr_remove_all_with_free(struct idr *idp, bool free) in __idr_remove_all_with_free()
|
/DragonOS-0.1.8/kernel/src/filesystem/fat/ |
D | entry.rs | 420 let mut free = 0; in find_free_entries() localVariable
|