Home
last modified time | relevance | path

Searched refs:MyFree (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.3.1/build/demos/ssp/jpegEncoder/src/
Dmain.c67 static void MyFree(void* ptr) in MyFree() function
238 MyFree(data); in TwlMain()
243 MyFree(data); in TwlMain()
248 MyFree(data); in TwlMain()
252 MyFree(data); in TwlMain()
260 MyFree( tmpBuf ); in TwlMain()
343 MyFree(decodeOutputBuffer); in TwlMain()
/TwlSDK-5.3.1/build/demos/ssp/jpegDecoder/src/
Dmain.c54 static void MyFree(void* ptr) in MyFree() function
256 MyFree(OutputBuffer); in TwlMain()
315 MyFree(OutputBuffer); in TwlMain()
317 MyFree(data); in TwlMain()
/TwlSDK-5.3.1/build/demos/crypto/sign-1/src/
Dmain.c71 static void MyFree(void* ptr) in MyFree() function
342 CRYPTO_SetAllocator(MyAlloc, MyFree); in SignTest()
/TwlSDK-5.3.1/build/demos.TWL/crypto/rsa-1/src/
Dmain.c145 static void MyFree(void* ptr) in MyFree() function
376 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()
/TwlSDK-5.3.1/build/demos.TWL/crypto/sign-2/src/
Dmain.c112 static void MyFree(void* ptr) in MyFree() function
336 CRYPTO_SetMemAllocator(MyAlloc, MyFree, MyRealloc); in RsaTest()