godot/drivers
Pedro J. Estébanez 14e30c3faa Remove mutex-locking from non-debug memory routines
since the malloc() suite is nowadays thread-safe by itself (from MSVC 2010 you don't even have a non-MT runtime and for POSIX-based OSs it's mandatory by the spec.

Bonus: Clear about-to-be-released blocks with a better magic number for better debugging of dangling pointers.
2017-06-08 20:37:43 +02:00
..
alsa Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
builtin_openssl2 style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
convex_decomp Move other lone thirdparty files to thirdparty/misc 2017-05-26 23:39:47 +02:00
gl_context Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
gles2 Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
nrex Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
png Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
pulseaudio Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
rtaudio Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
unix Remove mutex-locking from non-debug memory routines 2017-06-08 20:37:43 +02:00
windows Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
zlib style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
register_driver_types.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
register_driver_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
SCsub style: Various other PEP8 fixes in Python files 2016-11-02 22:30:34 +01:00