Skip to content
#

power-management

Here are 57 public repositories matching this topic...

dianarg
dianarg commented Sep 27, 2020

Within the GEOPM project, a logic error is a type of error that should be impossible to reach given the logic of the code. For example, they can be used in situations where the caller is guaranteed not to pass a null pointer, so receiving a null pointer as input indicates a problem with the calling code. In the past, these exceptions have been implemented like the following:

void func(in

Improve this page

Add a description, image, and links to the power-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the power-management topic, visit your repo's landing page and select "manage topics."

Learn more