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

  /external/yaffs2/yaffs2/direct/
ydirectenv.h 47 #define YMALLOC(x) malloc(x)
  /external/yaffs2/yaffs2/
yportenv.h 57 #define YMALLOC(x) kmalloc(x,GFP_KERNEL)
61 #define YMALLOC_DMA(x) YMALLOC(x)
99 #define YMALLOC(x) malloc(x)

Completed in 23 milliseconds