Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/
Dyportenv.h59 #define YMALLOC_ALT(x) vmalloc(x) macro
101 #define YMALLOC_ALT(x) malloc(x) macro
/external/yaffs2/yaffs2/direct/
Dydirectenv.h49 #define YMALLOC_ALT(x) malloc(x) macro