* @brief calloc_dbg function is a wrapper around the calloc function. * @details This function calls calloc and allocates the number of bytes passed in the parameters. * If the allocation succeeds then it add the pointer returned by malloc in the mem_info list. * @param elementCount number of element to allocate * @param elementSize Size of each element * @param line Line number in the c
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected