HomeSort by relevance Sort by last modified time
    Searched refs:VMALLOC_32 (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/
compat.h 65 #define VMALLOC_32(sz) vmalloc_32(sz)
67 #define VMALLOC_32(sz) vmalloc(sz)
op_util.c 62 mem = VMALLOC_32(size);

Completed in 156 milliseconds