Freeware Downloads for "Memory Allocation Usb"
- physicalmalloc
- License: Freeware

This library provides variants of the C memory allocation routines (malloc, calloc, and realloc) that return pointers into memory which is guaranteed to not be swapped to the hard drive.
Note: Currently, the library only works on Windows, but an effort is being made to support POSIX systems as well..
- Platform: WinOther
- Publisher: dtrebbien
- Date:
- Size: 10 KB
- M-Cork (Memory Cork)
- License: Freeware

Memory allocation library for "corking" memory leaks, especially for long-running processes and daemons.One can set a time point so memory leaks of allocations before that time are categorized differently (in the summary report) than leaks before i.
- Platform: Linux, Mac, Unix
- Publisher: mcork.sourceforge.net
- Date: 04-06-2012
- Size: 291 KB
- Memory Leak Detection For Mac C++Program
- License: Freeware

A light-weight tool to detect the memory leak in C++ Program under Mac environment. It will trace the memory allocation stack and print it out when your program exit..
- Platform: Mac OS X
- Publisher: mldetection4mac.sourceforge.net
- Date: 25-11-2012
- Size: 4 KB
- Hardware Memory Checker
- License: Freeware

This is a memory checker utility that provides memory allocation and release functionality. It uses the memory paging system to allocate a guard page after each page of memory to provide a hardware boundary that can detect memory overflows. This allows for immediate detection of buffer overflow error conditions.
There are many other memory checker programs in existence - why do we need another? This Hardware Memory Checker provides a combination of features not found in other memory checkers.
- Platform: WinOther
- Publisher: Memcheck
- Date:
- Managed Memory Framework
- License: Freeware

The purpose of the Managed Memory Framework for C++ is to offer an abstraction layer over the basic memory management available in the C++ library by providing a set of smart pointers and various memory allocation schemes (heap, pool, static...).
Managed Memory Framework License - GNU Library or Lesser General Public License (LGPL).
- Platform: WinOther
- Publisher: Man-mem-frmwork
- Date:
- MemAlloc
- License: Freeware

MemAlloc is a free memory allocation tool. It allows you to stress and test your Windows operating system by requesting any amount of memory you want.
Usability :
You can use "MemAlloc" memory allocation program to:
* Put a stress on your Windows system for benchmarking reasons
* Easily simulate a heavy memory load (which usually appears while you are using simultaneously several big programs, games, etc)
* Determine hardware (memory) requirements for some specific software environments
* Test defective hardware
* Test performance of specific hardware
* Compare behavior of different operating systems in heavy memory load conditions
* Test recoverability capacity and time after a heavy memory load of your operation system
* Consume all Windows OS available...
- Platform: Windows
- Publisher: CubicDesign
- Date:
- Size: 440 KB
- cppinterpreter
- License: Freeware

Simple interpreter of C++ language, which will include: simple arythmetics operations: +,-,*,/, operations in/out, declaration of variables, dynamic memory allocation..
- Platform: WinOther
- Publisher: cppinter.sourceforge.net
- Date: 01-08-2012
- Size: 1559 KB
- fftw++
- License: Freeware

FFTW++ is a C++ header class for the FFTW Fast Fourier Transform library that automates memory allocation, alignment, planning, and wisdom. In 2D and 3D, implicit dealiasing of convolutions substantially reduces memory usage and computation time..
- Platform: Linux, Mac, Unix, Windows
- Publisher: fftwpp.sourceforge.net
- Date: 08-06-2012
- Size: 141 KB
- Finite State Machine Generator
- License: Freeware

This is the tool for generating C++ and Java finite state machines and also diagrams. The benefits of this solution: It is light and fast. It is using dynamic memory allocation very low. Logic of transitions is separated from implementation of event.
- Platform: WinOther
- Publisher: genfsm.sourceforge.net
- Date: 10-10-2012
- Size: 204 KB
- Pascals Interpreter in C++
- License: Freeware

Simple interpreter of Pascals language, which will include: operations in/out, simple arythmetics operations: +,-,*,/, declaration of variables, dynamic memory allocation. Well write this using Borland C++ Builder..
- Platform: WinOther
- Publisher: mastahteam.sourceforge.net
- Date: 10-06-2012
- Size: 1012 KB
- Simply Interpreter of Pascal
- License: Freeware

Simply interpreter of Pascal's language, which will include:-operations in/out -simple arythmetics operations: +,-,*,/-declaration of variables-dynamic memory allocation We would like do this with use Borland Delphi.
- Platform: WinOther
- Publisher: siedlcepascal.sourceforge.net
- Date: 18-08-2012
- Size: 69 KB
- simuPOP-rev
- License: Freeware

Reviewing memory allocation and data structures of an extant Sourceforge project unix-named "simupop". A new development version of the extant project is established and the ultimate goal is to "rev up" the old, hence the project name.
simuPOP-rev License - GNU General Public License version 2.0 (GPLv2).
- Platform: WinOther
- Publisher: Simupop-rev
- Date:
- newalloc
- License: Freeware

New memory allocation related methods and a generic list, implemented in C, that can be used for finding memory leaks due to allocation problems.
newalloc License - GNU General Public License (GPL).
- Platform: WinOther
- Publisher: Newalloc
- Date:
- Try Language 1
- License: Freeware

TL implements many concepts : objects, threads, memory allocation, ... And all this without the help of any library, the compiler directly implements these concepts in the produced code !.
- Platform: WinOther
- Publisher: Trylanguage
- Date:
- FlexibleMM
- License: Freeware

FlexibleMM is a C++ memory management framework that allows programmers to specialize the memory behavior in localized parts of the program for easier debugging, more flexibility and more efficient memory allocation.
FlexibleMM License - MIT License.
- Platform: WinOther
- Publisher: Flexiblemm
- Date:
- USB Memory Stick
- License: Freeware

USB Memory Stick screensaver for Internet Explorer. View creative images of USB memory sticks. There are so many interesting colours and shapes available on the market..
- Platform: WinOther
- Publisher: USB Memory Stick
- Date: 25-11-2012
- Size: 2355 KB
- RAMMap
- License: Freeware

Have you ever wondered exactly how Windows is assigning physical memory, how much file data is cached in RAM, or how much RAM is used by the kernel and device drivers? RAMMap makes answering those questions easy. RAMMap is an advanced physical memory usage analysis utility for Windows Vista and higher. It presents usage information in different ways on its several different tabs: Use Counts: usage summary by type and paging list Processes: process working set sizes Priority Summary: prioritized standby list sizes Physical Pages: per-page use for all physical memory Physical Ranges: physical memory addresses File Summary: file data in RAM by file File Details: individual physical pages by file Use RAMMap to gain understanding of the way Windows manages memory, to analyze application memory usage, or to answer specific...
- Platform: WinOther
- Publisher: Mark Russinovich and Bryce Cogswell
- Date: 16-11-2012
- Size: 31 KB
- IBM AIX memory leak detector
- License: Freeware

AIXmem is a tool to detect memory leaks in a IBM AIX C-development environment. AIX 'User Defined Malloc Replacement' is used to trace the memory allocation and freeing. --> Unfortunately i don't have time to make something useful out of this. :( <--
IBM AIX memory leak detector License - Public Domain.
- Platform: WinOther
- Publisher: Aixmem
- Date:
- KAPIMON
- License: Freeware

KAPIMON allows easy and fast monitoring of user and kernel APIs. A number of user mode plug-ins are available that allow tracking of file access, registry access, Winsock APIs, SSL, Kerberos, DNS resolver, memory allocation etc...
Instructions
To install the tool, click and download the setup file..
- Platform: Windows
- Publisher: Microsoft Corporation.
- Date:
- Size: 2713 KB
- PhotoRecover.NET
- License: Freeware

The PhotoRecover.NET application was developed to be a free photo recovery tool for your digital camera memory cards, USB keys and mass storage devices. Photo recovery is never 100% guaranteed, so this application may not recover all the photos you have lost. But it will try very hard. Finally remember, recovery takes some time, you can pause it at any point if needs be, but best to just let it run. The latest generation cards of 8, 16 and 32Gb take even longer of course! The current version only supports JPG photos (by far the most common format), other formats like RAW and TIFF will follow in future releases.
- Platform: WinOther
- Publisher: Veebs
- Date: 16-07-2012
- Size: 1331 KB
Memory Allocation Usb: Freeware | All



