X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_malloc.h;fp=include%2Fecoli_malloc.h;h=0e5d2ba19fcad85613634e4f10ca49dccbd63873;hp=42cbf87a30e6a3a1f70adfaf54d8c6938c5b483c;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 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 + +/** @} */