I\'m running an application that exhibits some very peculiar issues.It runs just fine for around 2.5 hours, then suddenly unmanaged memory begins to grow, and grow quickly.Within around another half a
I have developed an application in WPF with C#. The application includes a third party dll for displaying the camera in a particular window.
I\'ve got a managed program, which cooperates with unmanaged DLL library. Library constructs an object, which asks (by callback function converted to delegate) managed host to fill unmanaged array. T
Are there features in Java to tell 开发者_如何学JAVAthe runtime about unmanaged memory allocation like the GC.AddMemoryPressure method in .NET?I guess this is not required in Java. \'If a small manage
I\'m using an ActiveX component originally written only for pre .Net days that causes a memory leak. All .Net relatedintances (AxHost, etc..) are properly released yet the unmanaged memory keeps growi
How is unmanaged memory allocated in system when COM objects or any other unmanaged instances are created f开发者_C百科rom C#?The CLR creates a Runtime Callable Wrapper (RCW) for the COM objects you w
There is a native function wich takes arrays of pointers to data arrays e.g. char allocated with malloc.
Let\'s assume the following situation: class A { public: void MyMethod() { a->AnotherMethod(b); } private:
I was considering using Un开发者_开发问答managedMemoryStream rather than MemoryStream for dealing with incoming (and perhaps outgoing?) packets in a network server. What I hope to achieve is less copy
I have some data in a stream which is actually in the format of uint. System.IO.Stream only allows me to read the content out to a byte array, but I don\'t want to read the bytes and then convert them