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

Function malloc_exec

freebsd/kern/kern_malloc.c:737–742  ·  view source on GitHub ↗

* Allocate an executable area. */

Source from the content-addressed store, hash-verified

735 * Allocate an executable area.
736 */
737void *
738malloc_exec(size_t size, struct malloc_type *mtp, int flags)
739{
740
741 return (malloc_domainset_exec(size, mtp, DOMAINSET_RR(), flags));
742}
743
744void *
745malloc_domainset_exec(size_t size, struct malloc_type *mtp, struct domainset *ds,

Callers 3

link_elf_load_fileFunction · 0.70
bpf_jit_compileFunction · 0.50
bpf_jit_compileFunction · 0.50

Calls 1

malloc_domainset_execFunction · 0.85

Tested by

no test coverage detected