X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=include%2Fecoli_malloc.h;h=0e5d2ba19fcad85613634e4f10ca49dccbd63873;hb=984760622f2c8472fd2667e24bcceb543bdb1aff;hp=42cbf87a30e6a3a1f70adfaf54d8c6938c5b483c;hpb=18d03456d96f7a086a2ccc82ce97fcf056848d90;p=protos%2Flibecoli.git diff --git a/include/ecoli_malloc.h b/include/ecoli_malloc.h index 42cbf87..0e5d2ba 100644 --- a/include/ecoli_malloc.h +++ b/include/ecoli_malloc.h @@ -3,6 +3,11 @@ */ /** + * @defgroup alloc Allocation + * @{ + * + * @brief Helpers to allocate and free memory + * * Interface to configure the allocator used by libecoli. * By default, the standard allocation functions from libc are used. */ @@ -253,3 +258,5 @@ char *__ec_strndup(const char *s, size_t n, const char *file, #endif + +/** @} */