godot/drivers/unix
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
..
dir_access_unix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
dir_access_unix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
file_access_unix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
file_access_unix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
ip_unix.cpp Fix local ip addresses (interfaces) detection. 2017-05-12 20:01:53 +02:00
ip_unix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
memory_pool_static_malloc.cpp Remove mutex-locking from non-debug memory routines 2017-06-08 20:37:43 +02:00
memory_pool_static_malloc.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
mutex_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
mutex_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
os_unix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
os_unix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
packet_peer_udp_posix.cpp Fix UDP wait() not returning after first received packet 2017-05-12 20:01:53 +02:00
packet_peer_udp_posix.h Allow non blocking UDP put_packet in C++. 2017-05-12 20:01:53 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
semaphore_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
semaphore_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
socket_helpers.h Socket helpers now fall back to ipv4 on systems where ipv6 is disabled. 2017-05-12 20:01:53 +02:00
stream_peer_tcp_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
stream_peer_tcp_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
tcp_server_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
tcp_server_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
thread_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
thread_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00