Downloadliste

Projektbeschreibung

Mempool is a library that provides a basic memory pooling function set. You can pre-allocate memory and also allocate on the fly. In-depth stats are stored and accessible in order to fine tune your pre-allocation vs. run time allocation footprints.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-05-26 23:18
2.0.0

Mempool wurde erweitert, um Speicher-Debugging gehören. Wenn im Debug-Modus, wird der Code alle Zuordnungen (log-Datei, die Funktion und Zeilennummer), und melden Sie diese, wenn Sie einen Pool zu zerstören. So sollen in die Lage von Memory Leaks. Das Testprogramm zeigt, wie dies erreicht werden kann. Damit wird ein weiterer können Sie Ihren Code und Speichernutzung zu optimieren.
Mempool has been extended to include memory debugging. When in debug mode, the code will log all allocations (file, function, and line number), and report these when you destroy you a pool. This will aid in the location of memory leaks. The test program shows how this can be achieved. This will further allow you to streamline your code and memory usage.

2009-05-25 03:34
1.0.1

Diese Version behebt den Fehler in dem Speicher wurde nicht freigegeben, wenn memset, so blockiert hatte, Daten aus bestehenden verwenden. Dies wurde behoben und getestet.
This release fixes the bug where memory was not being memset when freed, so blocks had data from existing use. This has been fixed and tested.

Project Resources