Files
OpenBLAS/driver/others
Martin Kroeker 03a2bf2602 Fix potential memory leak in cpu enumeration on Linux (#2008)
* Fix potential memory leak in cpu enumeration with glibc

An early return after a failed call to sched_getaffinity would leak the previously allocated cpu_set_t. Wrong calculation of the size argument in that call increased the likelyhood of that failure. Fixes #2003
2019-02-10 23:24:45 +01:00
..
2011-01-24 14:54:24 +00:00
2018-10-22 01:49:35 -07:00
2019-01-16 14:25:19 +08:00
2018-10-22 01:49:35 -07:00
2017-01-04 23:16:48 +01:00