Using calloc() instead of malloc() is useless here since the allocated
memory is to be wholly crushed by the memcpy() call that follows.
Suggested by: kib
MFC after: 2 weeks
Differential D43328
libhtr: pthread_attr_setaffinity_np(): Replace calloc() with malloc() olce on Jan 5 2024, 2:18 PM. Authored by Tags None Referenced Files
Subscribers
Details Using calloc() instead of malloc() is useless here since the allocated Suggested by: kib
Diff Detail
Event Timeline |