Searched refs:MyAlloc (Results 1 – 5 of 5) sorted by relevance
45 static void* MyAlloc(u32 size) in MyAlloc() function182 data = MyAlloc(length); in TwlMain()204 … tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderBufferSize(256,192,SSP_JPEG_OUTPUT_YUV422,option)); in TwlMain()209 tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderLiteBufferSize(option)); in TwlMain()265 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()332 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
38 static void* MyAlloc(u32 size) in MyAlloc() function157 data = MyAlloc(length); in TwlMain()177 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()244 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
51 static void* MyAlloc(u32 size) in MyAlloc() function342 CRYPTO_SetAllocator(MyAlloc, MyFree); in SignTest()
125 static void* MyAlloc(u32 size) in MyAlloc() function376 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()
92 static void* MyAlloc(u32 size) in MyAlloc() function336 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()