Searched defs:ALLOCATE (Results 1 - 2 of 2) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
H A Doscl_defalloc.h52 #define ALLOCATE(n) allocate_fl(n,__FILE__,__LINE__) macro
54 #define ALLOCATE(n) allocate(n) macro
141 //the caller. It can be invoked with the ALLOCATE macro.
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c40 #define ALLOCATE(x) kmalloc(x,GFP_KERNEL) macro
179 ned.block = ALLOCATE(sizeof(nandemul_Block*) * nBlocks );
192 if(!(blk = ned.block[i] = ALLOCATE(sizeof(nandemul_Block))))
200 if((blk->page[j] = ALLOCATE(sizeof(nandemul_Page))) == 0)

Completed in 65 milliseconds