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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 140 /* macro to allocate memory */
141 #define ALLOCATE(ptr, count, type) \
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 40 #define ALLOCATE(x) kmalloc(x,GFP_KERNEL)
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 145 milliseconds