I am trying minimize the memory usage of my sqlite database. Originally, in my Android application, the db was about 400kb, as everything worked fine. The db copied easily from the assets folder for f
I am using PIN Tool to trace how many memory reads and writes while running a sql query. However, something strange happened. The memory addresses in the pinatrace.out for read/write I got from runnin
Alright, so I\'m trying to do the old hack the calculator tutorial here: http://www.youtube.com/watch?v=I0zPwg4iUDk
I am using centOS 5 server. i got the error while i was attempting to download 1GB of file from server to my server that
I\'ve seen plenty of posts about the simulator running slow, but my problem is different. I ran my app with instruments and saw that in the device, the app uses about 8mb of live memory when the app
I\'m running an IO intensive app , and when I run the jvisualvm profiler , I see that the NumberAwareComparator occupies 33% of the memory and 55% of all objects!
I\'m interested in writing a program to measure performance data about a windows system. For measuring memory throughput, it has been suggested that counting last-level cache misses is a fast solution
I have a test project which demonstrates a memory leak caused by Admob 4.1.1. The basic scenario is I have two activities and I switch back and forth between the main and the sub activity several tim
#include <Windows.h> #include <iostream> using namespace std; int main(void) { unsigned char* pFoo = new unsigned char[1000];
$ cat x.c #include<stdio.h> void main() { int *x,q; int *y,w; x=0x7fffffffe2bc; y=0x7fffffffe3bc; *x=3;*y=4;