Searched refs:malloc_exec (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | malloc.h | 251 void *malloc_exec(size_t size, struct malloc_type *type, int flags) __malloc_like
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | bpf_jit_machdep.c | 605 stream.ibuf = malloc_exec(*size, M_BPFJIT, M_NOWAIT); in bpf_jit_compile()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | bpf_jit_machdep.c | 635 stream.ibuf = malloc_exec(*size, M_BPFJIT, M_NOWAIT); in bpf_jit_compile()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 1275 malloc_exec(size_t size, struct malloc_type *mtp, int flags) in malloc_exec() function
|
| /f-stack/freebsd/kern/ |
| H A D | kern_malloc.c | 738 malloc_exec(size_t size, struct malloc_type *mtp, int flags) in malloc_exec() function
|
| H A D | link_elf.c | 1136 mapbase = malloc_exec(mapsize, M_LINKER, M_WAITOK); in link_elf_load_file()
|