Home
last modified time | relevance | path

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

/linux/lib/
H A Ddecompress_unxz.c166 #define vmalloc(size) malloc(size) macro
/linux/include/linux/
H A Dvmalloc.h147 #define vmalloc(...) alloc_hooks(vmalloc_noprof(__VA_ARGS__)) macro