MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kmem_free

Function kmem_free

lib/ff_glue.c:1033–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031}
1032
1033void
1034kmem_free(vm_offset_t addr, vm_size_t size)
1035{
1036 ff_munmap((void *)addr, size);
1037}
1038
1039vm_offset_t
1040kmem_alloc_contig(vm_size_t size, int flags, vm_paddr_t low,

Callers

nothing calls this directly

Calls 1

ff_munmapFunction · 0.85

Tested by

no test coverage detected