heap-corruption
Can new throws in a case of heap corruption?
In a case of a heap corruption, can new throw? If I understand it correctly, in a case of a heap corruption, all bets are off, and anything can 开发者_如何学Gohappen. Is this correct?Yes, if the heap[详细]
2023-03-18 19:33 分类:问答How to debug/fix an access violation (Heap Corruption)
My app crashes (repeatably) after I have moved from VS2005 to VS2008 (win32). If I step in the debugger, I get:[详细]
2023-03-16 04:13 分类:问答new object causes corruption on the heap
I\'ve been struggling with a heap corruption problem for a few days.I was first warned by the vs 2005 debugger that I may have corrupted the heap, after deleting an object I had previously new\'ed.Doi[详细]
2023-03-15 01:58 分类:问答(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 分类:问答Heap corruption while freeing memory
I have a class as follows struct CliHandler { CliHandler(int argc, char** argv); ~CliHandler(); int doWork();[详细]
2023-03-03 20:07 分类:问答Are there a free Heap corruption detection tools for windows? [duplicate]
This question already has answers here: 开发者_开发技巧Closed 11 years ago. Possible Duplicate: Is there a good Valgrind substitute for Windows?[详细]
2023-02-22 23:42 分类:问答_msize() on managed data arrays?
There is a native function wich takes arrays of pointers to data arrays e.g. char allocated with malloc.[详细]
2023-02-17 13:12 分类:问答heap corruption in c++
I\'m getting an error in runtime when I run my code in visual c++ 2010. void dct2(){ float** G = new float*[len];[详细]
2023-02-13 17:24 分类:问答Heap corruption? In MY dynamic memory?
void longcatislo开发者_C百科ng(int* cat, int &size, int &looong) { int* longcat = new int[looong*2];[详细]
2023-02-06 04:54 分类:问答Heap corruption - Vector push_back
I seem to have a corrupted heap, I cannot figure out why this is happening.... Following is the trace from valgrind..[详细]
2023-01-27 23:54 分类:问答