* @brief malloc_dbg function is a wrapper around the malloc function. * @details This function calls malloc 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 bytes Size of the allocation in bytes * @param filename Caller file * @param functionName Caller function * @returns
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected