Next: , Previous: , Up: Top   [Contents][Index]


1 Overview of the package

This document describes version 0.2.2-devel.3 of CCMemory, a C11 language library implementing an interface to custom memory allocators.

This package supports POSIX platforms. This package depends on the package CCExceptions, at least version 0.9.0. To run the test suite: this package depends upon the package CCTests, at least version 0.4.1.

CCMemory installs the single header file ccmemory.h. All the function names in the API are prefixed with ccmem_; all the preprocessor symbol names are prefixed with CCMEM_; all the type names are prefixed with ccmem_ and suffixed with _t.


Next: , Previous: , Up: Top   [Contents][Index]

This document describes version 0.2.2-devel.3 of CCMemory.