Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect memory leaks in tests #2698

Merged

Commits on Apr 20, 2023

  1. Detect memory leaks in tests

    Can use KNOWN_LEAKING; to specify that a test is known to leak memory.
    
    The location information is available in regular game builds. Thus it is
    available for use in debugging leaks in-game too. In the future we
    should consider replacing it with NULL if NDEBUG is defined. This is not
    currently possible because the tests do not force NDEBUG to be
    undefined.
    mrgriffin committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    76f0277 View commit details
    Browse the repository at this point in the history