memory
How to trace and debug external memory allocations in Android?
I am trying to fix a memory issue in an Android application. I am convinced that the memory leak is not happening on the internal heap, as I have thoroughly investigated this possibility using the Me[详细]
2023-04-11 05:38 分类:问答C++ wxWidgets Gui-App stays in memory after closing it
The subject says it all. After i closed my app, it stays in the list of processes with some memory. I tried google perf tools and hours of debugging to find the leak.[详细]
2023-04-11 05:15 分类:问答Error 24 too many files open
I am doing a game. it requires lots of images.When using the app in normal case it will be quite running fine. But when it rash then i get the error 24 - too many files open.[详细]
2023-04-11 05:14 分类:问答TabHost and Out of Memory
I am using a tabhost which contains three activities in different tabs. Due to too many images for the background UI, this leads to the problem \"Out of Memory\".[详细]
2023-04-11 04:55 分类:问答How do I allocate more memory to MATLAB 2011a in OS X 10.6.8?
I do a lot of analysis in MATLAB, 开发者_运维百科and while the machine on which I run it has 16 GB of memory, MATLAB almost never uses more than 1GB of Real Memory.Even if I disable the virtual memory[详细]
2023-04-11 01:29 分类:问答add mtrr entry in linux with C code
I am trying to add an entry to MTRR to mark a memory region as write combining, but the 开发者_开发知识库kernel does not accepts my call. It returns EINVAL errno. What could be the problem? I have tri[详细]
2023-04-11 01:22 分类:问答java static member memory leak
I am reviewing one java code base for finding some memory leaks. During the review I have find the following scenarios.[详细]
2023-04-11 00:39 分类:问答Sending memory warning in applicationWillResignActive
A few days ago I found a nice snippet on SO to test memory warnings by just sending a UIApplicationDidReceiveMemoryWarningNotification notification every 10 seconds or so.[详细]
2023-04-10 19:29 分类:问答Objective-c Http connection - Autorelease no pool - just leaking
I have a http post connection method as shown below: request = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:url]];[详细]
2023-04-10 18:21 分类:问答NSAutoreleasePool and class variables
I\'m getting what looks like a crash due to overreleasing but as far as I can tell I\'m not doing anything wrong, however I may have the wrong idea about AutoreleasePools and class variables.[详细]
2023-04-10 18:14 分类:问答