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

Function kmem_malloc_domainset

lib/ff_glue.c:1247–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245}
1246
1247vm_offset_t
1248kmem_malloc_domainset(struct domainset *ds, vm_size_t size, int flags)
1249{
1250 return (kmem_malloc(size, flags));
1251}
1252
1253void *
1254mallocarray(size_t nmemb, size_t size, struct malloc_type *type, int flags)

Callers

nothing calls this directly

Calls 1

kmem_mallocFunction · 0.70

Tested by

no test coverage detected