heap-memory
In Airplay SDK, Iw2DCreateImage return Heap 0 out of memory problem on png larger than 360x360 px
In Airplay SDK, When my code gets to the following, and if my image.png is larger than 360x360 px I get:[详细]
2023-03-13 09:34 分类:问答Android SoundPool heap limits
I am using a SoundPool to load several sound clips into and play them back. It is functioning 100% correctly from what I can tell. But during the .load() calls I am getting my log spammed with:[详细]
2023-03-12 06:43 分类:问答Java EE application heap issue
We have used the eclipse memory analyzer and it shows the following things in the heap. The heap snapshot has been attached. Could this cause a开发者_JS百科 memory leak in the future?[详细]
2023-03-12 06:34 分类:问答C variable allocation time and space
If i have a test.c file with the following #include ... int global = 0; int main() { int local1 = 0; while(1) {[详细]
2023-03-11 18:58 分类:问答java memory performance - strange behaviour (or is this normal?)
Hi there I would like to start by saying that i\'m a beginner, but i\'m working on a really small and simple Java app, that really shouldn\'t cause some major problems.[详细]
2023-03-11 18:32 分类:问答String assignment in C#
A few weeks ago, I discovered that strings in C# are defined as reference types and not value types. Initially I was confused about this, but then after some reading, I suddenly understood why it is i[详细]
2023-03-10 15:15 分类:问答My App crashes if image size is larger than heap size
I am coding for audio, video, images streaming using JSON and doing image editing. In image editing there are two options - either use camera or pick image from gallery. The camera works fine.[详细]
2023-03-10 11:45 分类:问答Java heap space error while creating ArrayList of large number of objects?
I have created an ArrayList (Java) of my custom class objects with a size around 3000. But when I run my code it gets the err开发者_如何学Goor \"Heap space error\".[详细]
2023-03-10 08:57 分类:问答Quick check on the heap?
I have a rooted Evo as a test device. Now I have been testing my app on it all the time and lately (relatively) I have had constant memory leaks or over assignment. So on a whim, I decided to test it[详细]
2023-03-10 04:22 分类:问答(Not) Pointer Adjusting ruining my day and the heap? (C++)
-edit2- I was going down the wrong path. I solved it by correcting one typo and adding one line to fix an oversight that allowed me to write 4 bytes to many over an array.[详细]
2023-03-10 04:21 分类:问答