Memory Manager: MDX download for Windows

This is the Windows app named Memory Manager: MDX whose latest release can be downloaded as mdx-1-0-1.zip. It can be run online in the free hosting provider OnWorks for workstations.

 
 

Download and run online this app named Memory Manager: MDX with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.

- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application and install it.

- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.

Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.

Memory Manager: MDX



DESCRIPTION:

MDX is a thread safe memory manager similar to the standard C library's malioc() and free(), except that it allows for some (or all) of the memory to be automatically freed by mark and sweep garbage collection with finalization. It's written in C++ under the Apache license for Windows and Linux on 32 & 64 bit systems.

Programs using MDX provide it with a marking callback. The callback performs the marking phase of garbage collection, using MDX's mark() method to actually mark the wanted memory blocks. Finalization is similarly accomplished by callback. The rest of the garbage collection process is managed automatically by MDX.

The novel approach of allowing finalization to explicitly free memory offers the potential for improving garbage collection performance. This is achieved by moving some work from being done repetitively during every marking cycle, to being done once only when the memory's freed.

See the project web site at the link below for more information.

Features

  • Small & easy to use API based on malloc() & free() plus extensions.
  • Thread safe.
  • Garbage collection with finalization.
  • Dynamicly self-adjusts garbage collection threshold to program memory usage.
  • Marking and finalization by callback.
  • Can allocate collectible and non-collectible memory at the same time.
  • Speeds up marking by letting finalization explicitly free memory.
  • Memory's allocated from multiple independent pools.
  • Delete pool acts as a grand clear, freeing all memory still allocated.
  • malloc() & free() performance comparable to C standard library.
  • Uses thread caches to scale with thread count.
  • Could be made language independent with simple C API jackets.


Audience

Information Technology, Developers



Programming Language

C++



This is an application that can also be fetched from https://sourceforge.net/projects/memorydividerx/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.



Latest Linux & Windows online programs


Categories to download Software & Programs for Windows & Linux