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

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

Completed in 396 milliseconds