X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fecoli_malloc.h;h=e80c3d9116194244bf773152ff58d26e4f8c5770;hb=15718f19cbf3868bf6fba79f4e26b5254c57873e;hp=df1a0590f209484363544702ca8b1b4c2fa683c5;hpb=7cbb8a1000b85db2a487afd4d17e688b8c0aa756;p=protos%2Flibecoli.git diff --git a/lib/ecoli_malloc.h b/lib/ecoli_malloc.h index df1a059..e80c3d9 100644 --- a/lib/ecoli_malloc.h +++ b/lib/ecoli_malloc.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright (c) 2016, Olivier MATZ + * Copyright 2016, Olivier MATZ */ /** @@ -121,7 +121,8 @@ extern struct ec_malloc_handler ec_malloc_handler; /** * Ecoli malloc function. * - * On use this function when the macro ec_malloc() cannot be used. + * Use this function when the macro ec_malloc() cannot be used, + * for instance when it is passed as a callback pointer. */ void *ec_malloc_func(size_t size); @@ -145,7 +146,8 @@ void *ec_malloc_func(size_t size); /** * Ecoli free function. * - * On use this function when the macro ec_free() cannot be used. + * Use this function when the macro ec_free() cannot be used, + * for instance when it is passed as a callback pointer. */ void ec_free_func(void *ptr);