How to use mtrace to detect memory leaks in executable in Linux ?
The mtrace() function installs hook functions for the memory- allocation functions malloc, realloc, memalign, free. These hook … Read more
The mtrace() function installs hook functions for the memory- allocation functions malloc, realloc, memalign, free. These hook … Read more
Recently, I was trying to edit some HTML code which someone else has written and got lost … Read more
We assume, we are compiling for omap3 beagleboard embedded hardware platform, Clone the kernel Download toolchain Extract … Read more
When I was trying to compile latest repo sync Android source code ( Android 10 ), and … Read more
If you have followed our previous article “How to Install Flutter on Ubuntu Linux” , the next … Read more
What is Clang ? Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ … Read more
Note: Android no longer supports Studio for 32 bit Linux / Ubuntu platforms hence you will need … Read more
As we have seen in our another posts “How to create Shared Library in Linux ?” we … Read more
Installing JAVA on ubuntu can be done using following easiest command. for Ubuntu 20.04, this command installs … Read more
Gerrit is a free, web-based team code collaboration tool. Software developers in a team can review each … Read more
When we compile Any program in Linux using “gcc” for example ” gcc -o helloworld helloworld.c” it … Read more
For enabling Serial console on RPi, so that we can get serial console on RPi, we bought … Read more