coreboot-kgpe-d16/tests/lib
Tim Wawrzynczak c556dffe98 lib: Add obvious definition for `calloc`
The calloc() function is useful in addition to malloc and friends, so
add the obvious definition.

Change-Id: I57a568e323344a97b35014b7b8bec16adc2fd720
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51949
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-04-06 06:50:38 +00:00
..
Makefile.inc tests: Add lib/memrange-test test case 2021-03-15 06:10:24 +00:00
b64_decode-test.c
cbmem_console-test.c tests: Add lib/cbmem_console-test test case 2020-11-22 22:33:56 +00:00
compute_ip_checksum-test.c tests: Add lib/compute_ip_checksum-test test case 2021-03-02 17:04:44 +00:00
crc_byte-test.c tests: Add lib/crc_byte-test test case 2021-03-02 17:04:28 +00:00
edid-test.c tests: Add lib/edid-test test case 2020-11-10 06:19:10 +00:00
fmap-test.c tests: Add lib/fmap-test test case 2021-01-08 08:26:26 +00:00
hexstrtobin-test.c
imd-test.c
imd_cbmem-test.c tests: Add lib/imd_cbmem-test test case 2021-01-18 07:27:16 +00:00
list-test.c tests: Add lib/list-test test case 2020-11-25 09:14:07 +00:00
malloc-test.c lib: Add obvious definition for `calloc` 2021-04-06 06:50:38 +00:00
memchr-test.c tests/lib/memchr-test: Fix possible memory overrun, add non-null checks 2021-02-26 07:30:00 +00:00
memcmp-test.c tests: Add lib/memcmp-test test case 2021-02-18 19:12:46 +00:00
memcpy-test.c tests: Add lib/memcpy-test test case 2021-02-23 17:12:52 +00:00
memmove-test.c tests: Add lib/memmove-test test case 2021-03-01 08:31:11 +00:00
memrange-test.c tests: Add lib/memrange-test test case 2021-03-15 06:10:24 +00:00
memset-test.c tests: memset-test: Parenthesize zero size argument for clang 2021-03-18 15:02:13 +00:00
region_file-test.c tests: Add lib/region_file-test test case 2021-02-02 18:05:26 +00:00
stack-test.c tests: Add lib/stack-test test case 2021-02-12 07:48:24 +00:00
string-test.c
timestamp-test.c