ddnet/src/tools
heinrich5991 f8277267a0 Remove mem_alloc and mem_free, use standard C functions instead
Replace `mem_free` by `free`, and `mem_alloc` by `malloc` or `calloc`
(the latter one being used to allocate a zeroed array of elements,
sometimes, this makes a call to `mem_zero` superfluous).

This results in having to remove `mem_stats` which previously recorded
the number of allocations and their size that the Teeworlds code did
directly.

Remove OOM handling in `src/game/client/components/binds.cpp`.

Remove needless copying in the CSV code in
`src/game/client/components/statboard.cpp`.
2018-04-09 11:56:39 +02:00
..
config_common.h Clean up debug messages a bit (lower case, no useless errors) 2016-05-02 21:35:32 +02:00
config_retrieve.cpp Rename GetUncompressedDataSize to GetDataSize 2017-08-30 08:36:17 +02:00
config_store.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
confusables.cpp Implement the confusable algorithm from Unicode more closely 2016-10-30 13:45:55 +01:00
crapnet.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
dilate.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
dummy_map.cpp Use a dummy map with background 2016-05-25 23:47:34 +02:00
fake_server.cpp Fix style in several places 2017-03-22 19:45:14 +01:00
map_diff.cpp Try to find external GLEW, pnglite and Wavpack 2018-02-12 23:29:45 +01:00
map_extract.cpp Try to find external GLEW, pnglite and Wavpack 2018-02-12 23:29:45 +01:00
map_replace_image.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
map_resave.cpp Rename GetUncompressedDataSize to GetDataSize 2017-08-30 08:36:17 +02:00
map_version.cpp also delete Kernel in map_version 2017-07-21 20:01:39 +02:00
packetgen.cpp added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
tileset_borderadd.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
tileset_borderfix.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
tileset_borderrem.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
tileset_borderset.cpp Remove mem_alloc and mem_free, use standard C functions instead 2018-04-09 11:56:39 +02:00
uuid.cpp Add protocol extension with UUIDs 2017-05-25 00:52:43 +02:00