zephyr/tests
Nicolas Pitre 9dcd76a650 lib/os/heap: minimize initial overallocation in the aligned case
The biggest required padding is equal to `align - chunk_header_bytes`
and not `align - 1` given that the header already contributes to the
padding.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2020-11-30 14:50:07 -05:00
..
application_development device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
arch tests: x86: pagetables: use new Kconfigs 2020-11-09 20:19:13 -05:00
benchmarks tests: add FP formatting to all tests that require it 2020-11-17 14:44:59 -06:00
bluetooth tests: Bluetooth: Add tests for reading codec and controller delay info 2020-11-26 15:46:17 +01:00
boards tests: native_posix: use llabs with int64_t 2020-11-19 08:41:56 +01:00
crypto ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
deprecated/inttype dts: remove legacy macro support 2020-10-09 08:45:38 -05:00
drivers tests: Modified ADC test for clicker 2 2020-11-30 15:50:59 +01:00
kernel kernel: Add K_DELAYED_WORK_DEFINE 2020-11-27 20:08:30 -05:00
lib lib/os/heap: minimize initial overallocation in the aligned case 2020-11-30 14:50:07 -05:00
misc/test_build sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
net tests: net: tcp2: Add RST packet handling tests 2020-11-24 13:08:39 +02:00
portability tests: cmsis_rtos_v2: Fix stack overflow 2020-10-13 20:04:31 +02:00
posix tests: posix/{common,fs}: enable testing TLS 2020-10-24 10:52:00 -07:00
shell tests: shell: Add test for too many arguments in the command 2020-09-14 16:05:11 +02:00
subsys tests/fs/fat: correct format specifiers 2020-11-17 18:48:10 -05:00
unit tests/unit/cbprintf: test %p with NULL and justification 2020-11-19 12:37:42 +01:00
ztest tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00