Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/
Dyportenv.h57 #define YMALLOC(x) kmalloc(x,GFP_KERNEL) macro
99 #define YMALLOC(x) malloc(x) macro
/external/yaffs2/yaffs2/direct/
Dydirectenv.h47 #define YMALLOC(x) malloc(x) macro