Searched refs:MyAlloc (Results 1 – 5 of 5) sorted by relevance
53 static void* MyAlloc(u32 size) in MyAlloc() function190 data = MyAlloc(length); in TwlMain()212 … tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderBufferSize(256,192,SSP_JPEG_OUTPUT_YUV422,option)); in TwlMain()217 tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderLiteBufferSize(option)); in TwlMain()222 tmpBuf = (u8*)MyAlloc(SSP_GetJpegEncoderFastBufferSize(option)); in TwlMain()282 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
40 static void* MyAlloc(u32 size) in MyAlloc() function163 data = MyAlloc(length); in TwlMain()183 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()262 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()
126 static void* MyAlloc(u32 size) in MyAlloc() function380 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()
93 static void* MyAlloc(u32 size) in MyAlloc() function340 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()