nds_nflib/source
Antonio Niño Díaz e15a8402b5 library: Cleanup memory allocation
Only call calloc() if the buffer actually needs to be zeroed. For
buffers that are going to be filled right away, malloc() is faster.
2023-05-30 01:47:45 +01:00
..
nf_2d.c library: Add copyright notice 2023-05-29 23:25:36 +01:00
nf_3d.c library: Add copyright notice 2023-05-29 23:25:36 +01:00
nf_affinebg.c library: Replace some shifts by multiplications and divisions 2023-05-30 01:37:01 +01:00
nf_basic.c library: Replace some shifts by multiplications and divisions 2023-05-30 01:37:01 +01:00
nf_bitmapbg.c library: Cleanup memory allocation 2023-05-30 01:47:45 +01:00
nf_collision.c library: Add copyright notice 2023-05-29 23:25:36 +01:00
nf_media.c library: Replace some shifts by multiplications and divisions 2023-05-30 01:37:01 +01:00
nf_mixedbg.c library: Replace some shifts by multiplications and divisions 2023-05-30 01:37:01 +01:00
nf_sound.c library: Cleanup memory allocation 2023-05-30 01:47:45 +01:00
nf_sprite3d.c library: Replace some shifts by multiplications and divisions 2023-05-30 01:37:01 +01:00
nf_sprite256.c library: Cleanup memory allocation 2023-05-30 01:47:45 +01:00
nf_text16.c library: Cleanup memory allocation 2023-05-30 01:47:45 +01:00
nf_text.c library: Replace some shifts by multiplications and divisions 2023-05-30 01:37:01 +01:00
nf_tiledbg.c library: Cleanup memory allocation 2023-05-30 01:47:45 +01:00
nf_wifi.c library: Add copyright notice 2023-05-29 23:25:36 +01:00