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

Function kmem_malloc

freebsd/vm/vm_kern.c:423–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423vm_offset_t
424kmem_malloc(vm_size_t size, int flags)
425{
426
427 return (kmem_malloc_domainset(DOMAINSET_RR(), size, flags));
428}
429
430vm_offset_t
431kmem_malloc_domainset(struct domainset *ds, vm_size_t size, int flags)

Callers 14

vm_ksubmap_initFunction · 0.70
__CONCAT(PMTYPE, init)Function · 0.50
start_all_apsFunction · 0.50
start_apFunction · 0.50
amd64_set_iopermFunction · 0.50
user_ldt_allocFunction · 0.50
pmap_init_pv_tableFunction · 0.50
native_start_all_apsFunction · 0.50
pmap_init_asidsFunction · 0.50
pmap_initFunction · 0.50
start_cpuFunction · 0.50
pmap_initFunction · 0.50

Calls 1

kmem_malloc_domainsetFunction · 0.70

Tested by

no test coverage detected