pokeemerald/gflib
Martin Griffin 76f02774ea Detect memory leaks in tests
Can use KNOWN_LEAKING; to specify that a test is known to leak memory.

The location information is available in regular game builds. Thus it is
available for use in debugging leaks in-game too. In the future we
should consider replacing it with NULL if NDEBUG is defined. This is not
currently possible because the tests do not force NDEBUG to be
undefined.
2023-04-20 20:35:22 +01:00
..
bg.c Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pretmerge_20230103 2023-01-03 15:40:33 -03:00
bg.h Corrected additional inconsistent uses of whitespace 2022-08-15 17:04:34 -04:00
blit.c Change toOrrX and toOrrY to u8 2020-10-02 11:17:11 -04:00
blit.h Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
characters.h Sync text ctrl codes with pokefirered 2022-11-23 21:13:00 -05:00
dma3_manager.c Revert void change 2021-03-04 19:32:36 -06:00
dma3.h Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
gpu_regs.c Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
gpu_regs.h Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
io_reg.c Removed trailing spaces in the most relevant files 2021-08-24 19:59:32 -03:00
io_reg.h Document some overworld and field effects 2020-06-23 15:48:53 -04:00
malloc.c Detect memory leaks in tests 2023-04-20 20:35:22 +01:00
malloc.h Detect memory leaks in tests 2023-04-20 20:35:22 +01:00
sprite.c Merge branch 'master' of https://github.com/pret/pokeemerald into ui-standardize 2023-01-18 11:07:12 -05:00
sprite.h Struct pointers star standarizing 2022-07-29 11:15:33 -04:00
string_util.c Sync text ctrl codes with pokefirered 2022-11-23 21:13:00 -05:00
string_util.h Use specific name limits for string limit functions 2021-11-17 22:11:03 -05:00
text.c Replace NUM_TEXT_PRINTERS with WINDOWS_MAX 2023-03-31 14:57:51 -04:00
text.h Replace NUM_TEXT_PRINTERS with WINDOWS_MAX 2023-03-31 14:57:51 -04:00
window.c Replace NUM_TEXT_PRINTERS with WINDOWS_MAX 2023-03-31 14:57:51 -04:00
window.h Replace NUM_TEXT_PRINTERS with WINDOWS_MAX 2023-03-31 14:57:51 -04:00