Home
last modified time | relevance | path

Searched refs:alloc32 (Results 1 – 9 of 9) sorted by relevance

/RvlSDK-3.3/build/demos/nanddemo/src/
Dbasic.c77 data = (char*)alloc32(SIZE); in main()
78 buf = (char*)alloc32(SIZE); in main()
Dutil.c75 void* alloc32(u32 size) in alloc32() function
Ddirectory.c76 buf = (char*)alloc32((num*(NAND_MAX_NAME+1)+31)/32*32); in printDir()
/RvlSDK-3.3/build/demos/nanddemo/include/
Dutil.h34 void* alloc32(u32 size);
/RvlSDK-3.3/build/demos/kpaddemo/include/
Dmain.h33 extern void* alloc32( u32 size ) ;
/RvlSDK-3.3/build/demos/kpaddemo/src/
Dswing.c103 static void* alloc32(u32 size) in alloc32() function
370 WPADRegisterAllocator(alloc32, free32); in main()
Dmain.c115 void* alloc32( u32 size ) in alloc32() function
Dmpls.c169 WPADRegisterAllocator( alloc32, free32 ) ; in init_sample()
177 work_ptr = alloc32( work_size ) ; in init_sample()
Dsample.c166 WPADRegisterAllocator( alloc32, free32 ) ; in init_sample()