Download List

프로젝트 설명

talloc is a small wrapper around malloc that makes memory
hierarchical. It is similar to a standard memory pool system,
but much more powerful as any pointer returned by talloc is
also a pool. This allows you to hang structures off other
structures in an intuitive fashion, and free up a whole
subtree of memory with one call. talloc also features type
safety, destructors, and many helper functions.

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.

2005-04-26 12:31
1.0

이 릴리스의 향상된 기능은 워드 프로세서, 더하기 사소한 기능 추가.
Tags: Documentation
This release features improved docs, plus minor functional additions.

Project Resources