Home
last modified time | relevance | path

Searched defs:vmalloc (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/xz-embedded/freebsd/
H A Dxz_config.h58 #define vmalloc(size) xz_malloc(size) macro
/f-stack/freebsd/contrib/xz-embedded/userspace/
H A Dxz_config.h44 #define vmalloc(size) malloc(size) macro
/f-stack/freebsd/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c159 #define vmalloc(size) malloc(size) macro
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h347 #define vmalloc(sz) rte_malloc(NULL, sz, 0) macro