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
.
• overview linking | Linking code with the library. | |
• overview exceptions | Handling exceptional conditions. |
This document describes version 0.2.2-devel.3 of CCMemory.