RSS 2 projects tagged "Memory Management"

No download No website Updated 02 May 2013 Objeck Programming Language

Screenshot
Pop 279.17
Vit 57.52

The Objeck computer language is an object-oriented computing language with functional features that has ties with Java, C#, and Pascal. In this language, all data types are treated as objects. The language consists of a compiler and VM with an accompanying memory management and JIT compiler.

Download Website Updated 07 May 2013 malloc_count

Screenshot
Pop 26.31
Vit 3.50

malloc_count provides a set of source code tools that measure the amount of memory allocated to a program at run-time. The code library provides facilities to measure the current and peak heap memory allocation, and write a memory profile for plotting. Furthermore, separate stack_count functions can measure stack usage. The code tool works by intercepting the standard malloc(), free(), etc. functions. Thus no changes are necessary to the inspected source code.

Screenshot

Project Spotlight

Clement

An SMTP server used to filter unwanted mail at the SMTP protocol level.

Screenshot

Project Spotlight

NBit

A tool that computes CRCs with standard as well as custom polynomials.