Home
last modified time | relevance | path

Searched refs:VMALLOC_32 (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/module/
Dcompat.h65 #define VMALLOC_32(sz) vmalloc_32(sz) macro
67 #define VMALLOC_32(sz) vmalloc(sz) macro
Dop_util.c62 mem = VMALLOC_32(size); in rvmalloc()