Searched refs:malloc_exec (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | malloc.h | 254 void *malloc_exec(size_t size, struct malloc_type *type, int flags) __malloc_like
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.c | 603 stream.ibuf = malloc_exec(*size, M_BPFJIT, M_NOWAIT); in bpf_jit_compile()
|
/freebsd/sys/i386/i386/ |
H A D | bpf_jit_machdep.c | 633 stream.ibuf = malloc_exec(*size, M_BPFJIT, M_NOWAIT); in bpf_jit_compile()
|
/freebsd/sys/kern/ |
H A D | kern_malloc.c | 784 malloc_exec(size_t size, struct malloc_type *mtp, int flags) in malloc_exec() function
|
H A D | link_elf.c | 1159 mapbase = malloc_exec(mapsize, M_LINKER, M_WAITOK); in link_elf_load_file()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1493 malloc.9 malloc_exec.9 \
|