Download List

Projeto Descrição

The libmba package is a collection of mostly independent C modules potentially useful to any project. There are the usual ADTs including a linkedlist, hashmap, pool, stack, and varray, a flexible memory allocator, CSV parser, path canonicalization routine, I18N text abstraction, configuration file module, portable semaphores, condition variables, and more. The code is designed so that individual modules can be integrated into existing codebases rather than requiring the user to commit to the entire library. The code has no typedefs, few comments, and extensive man pages and HTML documentation.

System Requirements

System requirement is not defined
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.

2004-01-03 16:15 Back to release list
0.8.0

Há sete novos módulos, incluindo um sub-alocador que pode alocar memória arbitrária pedaços de memória fixo, POSIX-like interfaces para Semáforos System V e variáveis de condição, uma implementação new HashMap, e muitas outras mudanças difundida em toda a biblioteca.
Tags: Major feature enhancements
There are seven new modules, including a sub-allocator that can
allocate memory from arbitrary fixed chunks of memory, POSIX-like
interfaces for System V semaphores and condition variables, a new
hashmap implementation, and many other pervasive changes throughout the
library.

Project Resources