Searched refs:alloc32 (Results 1 – 9 of 9) sorted by relevance
77 data = (char*)alloc32(SIZE); in main()78 buf = (char*)alloc32(SIZE); in main()
75 void* alloc32(u32 size) in alloc32() function
76 buf = (char*)alloc32((num*(NAND_MAX_NAME+1)+31)/32*32); in printDir()
34 void* alloc32(u32 size);
33 extern void* alloc32( u32 size ) ;
103 static void* alloc32(u32 size) in alloc32() function370 WPADRegisterAllocator(alloc32, free32); in main()
115 void* alloc32( u32 size ) in alloc32() function
169 WPADRegisterAllocator( alloc32, free32 ) ; in init_sample()177 work_ptr = alloc32( work_size ) ; in init_sample()
166 WPADRegisterAllocator( alloc32, free32 ) ; in init_sample()