SDL 3.0
|
Memory tracking related functions of SDL test framework. More...
Go to the source code of this file.
Functions | |
int | SDLTest_TrackAllocations (void) |
Start tracking SDL memory allocations. More... | |
void | SDLTest_LogAllocations (void) |
Print a log of any outstanding allocations. More... | |
Memory tracking related functions of SDL test framework.
This code is a part of the SDL test library, not the main SDL library.
Definition in file SDL_test_memory.h.
void SDLTest_LogAllocations | ( | void | ) |
Print a log of any outstanding allocations.
int SDLTest_TrackAllocations | ( | void | ) |
Start tracking SDL memory allocations.