Hello, There are several places (at least in sdp.c) where `malloc` and memset(,0,) pattern Is used. All these can be replaced with calloc for efficiency. Is there any specific reason why malloc/memset is preferred? -Best, Aravind
Hello, There are several places (at least in sdp.c) where `malloc` and memset(,0,) pattern Is used. All these can be replaced with calloc for efficiency. Is there any specific reason why malloc/memset is preferred? -Best, Aravind