Home
last modified time | relevance | path

Searched refs:malloc_exec (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dmalloc.h254 void *malloc_exec(size_t size, struct malloc_type *type, int flags) __malloc_like
/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.c603 stream.ibuf = malloc_exec(*size, M_BPFJIT, M_NOWAIT); in bpf_jit_compile()
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.c633 stream.ibuf = malloc_exec(*size, M_BPFJIT, M_NOWAIT); in bpf_jit_compile()
/freebsd/sys/kern/
H A Dkern_malloc.c784 malloc_exec(size_t size, struct malloc_type *mtp, int flags) in malloc_exec() function
H A Dlink_elf.c1159 mapbase = malloc_exec(mapsize, M_LINKER, M_WAITOK); in link_elf_load_file()
/freebsd/share/man/man9/
H A DMakefile1493 malloc.9 malloc_exec.9 \