Sam Lantinga
|
da84d78796
Fixed unknown frees being reported when SDL is built without allocation counts
|
před 6 měsíci |
Sam Lantinga
|
d7939abf42
Use consistent style for pointer declarations and casts
|
před 9 měsíci |
Sam Lantinga
|
99336ea378
Fixed memory leak in memory leak tracking
|
před 1 rokem |
Petar Popovic
|
8ccf85c59e
Formatting spaces around pointer symbol.
|
před 1 rokem |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
před 1 rokem |
Sam Lantinga
|
0410328b15
Fixed warning: ordered comparison of pointer with integer zero
|
před 1 rokem |
Anonymous Maarten
|
f8d8bf8066
SDL_GetNumAllocations returns -1 when allocation counting is disabled
|
před 1 rokem |
Anonymous Maarten
|
a33144fbc9
SDL_test: disable memory tracking if SDL does not count allocations
|
před 1 rokem |
Ryan C. Gordon
|
0b5e01a305
loadso: library handles are now `SDL_SharedObject*` instead of `void*`.
|
před 1 rokem |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
před 1 rokem |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
před 1 rokem |
Sam Lantinga
|
90e01040c5
Added thread-safe environment functions
|
před 1 rokem |
Anonymous Maarten
|
c11b58ead7
Increase maximum line length of SDLTest_LogAllocations
|
před 1 rokem |
Anonymous Maarten
|
ea0ab2647a
SDL_test: print no procname when SDL_TRACKMEM_SYMBOL_NAMES is false
|
před 1 rokem |
Anonymous Maarten
|
384afa378c
SDL_test: fix proc names on older libunwind
|
před 1 rokem |
Sam Lantinga
|
de30400a7b
Fixed uninitialized variable warning
|
před 1 rokem |
Anonymous Maarten
|
c7a1876536
SDL_test: use mutex based on SDL_AtomicInt in memory tracking
|
před 1 rokem |
Anonymous Maarten
|
4c00433b69
SDL_test: format tracked allocation names during report generation
|
před 1 rokem |
Amir
|
5db08b86ca
Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
|
před 1 rokem |
Anonymous Maarten
|
9601d98e7f
SDL_test: always use symbols with 64-suffix from DbgHelp
|
před 1 rokem |
Brick
|
9c2e4f52e6
Fixed misuse of entry->size in SDL_TrackAllocation
|
před 2 roky |
Ozkan Sezer
|
1c79edbe02
SDL_test_memory.c: adjust for new SDL_PLATFORM_WINDOWS meaning.
|
před 2 roky |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
před 2 roky |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
před 2 roky |
Mathieu Eyraud
|
e54c5e0204
Fix condition in SDLTest_TrackAllocations()
|
před 2 roky |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
před 2 roky |
Ozkan Sezer
|
338974bb29
SDL_test_memory.c: fix build against older windows SDKs.
|
před 2 roky |
Anonymous Maarten
|
f42bbeca24
SDL_test: track stack frames of allocations on Windows
|
před 2 roky |
Anonymous Maarten
|
98da2dd303
SDL_test: don't warn about expected allocations when running with --trackmem
|
před 2 roky |
Brick
|
82e481b520
Added --randmem test parameter
|
před 2 roky |