aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/test_memory_funcs.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen1-4/+3
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-41/+20
2018-02-15Improve test coverage.Corey Farrell1-0/+7
2016-08-11Conform to c89Andreas Pasiopoulos1-2/+3
2016-08-11Add a test case for OOM while allocating memoryAndreas Pasiopoulos1-1/+43
2015-12-21Add json_get_alloc_funcs() to allow alloc function fetchingNathaniel McCallum1-1/+6
2015-08-13Update test_memory_funcs.cKinam Kim1-1/+1
2014-02-11CVE-2013-6401: Change hash function, randomize hashesPetri Lehtinen1-3/+3
2013-11-14doc: Set all memory to zero in secure_freePetri Lehtinen1-1/+1
2012-06-06Bugfix: must cast void* to do pointer mathPaul Harris1-2/+2
2012-01-24Make hashtable less genericPetri Lehtinen1-1/+1
2011-10-02Make real number encoding and decoding work under all localesPetri Lehtinen1-3/+1
2011-02-17Add custom memory allocationPetri Lehtinen1-0/+84