[scan-build] Garbage return value. Here, we want to call STARPU_ABORT() rather than STARPU_ASSERT(0), since we know we have to crash: the program almost certainly stopped making sense. This is a problem when compiling with --enable-fast, which disables asserts. Calling STARPU_ASSERT(0) would allow _starpu_get_global_mem_size() to return a garbage value to the caller.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|