cosmopolitan/test/libc/mem
Justine Tunney d861d2787b
Import OpenBSD sorting algorithms
OpenBSD's qsort() function is more secure than the ones used by
FreeBSD, NetBSD and MacOS. The best part is it goes faster too!
This change also imports the OpenBSD mergesort() and heapsort()
2022-09-06 17:52:26 -07:00
..
prog Improve pledge() and unveil() 2022-07-18 07:58:20 -07:00
arena_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
arraylist_test.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
bisectcarleft_test.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
comparator_test.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
critbit0_test.c Remove testonly keyword 2022-09-05 08:41:43 -07:00
djbsort_test.c Add more missing C / C++ headers 2022-09-04 04:53:52 -07:00
malloc_test.c Clean up some code 2022-08-20 12:32:51 -07:00
putenv_test.c Add test/libc/mem/putenv_test.c (#545) 2022-08-18 00:11:35 -07:00
qsort_test.c Import OpenBSD sorting algorithms 2022-09-06 17:52:26 -07:00
realloc_in_place_test.c Improve Python tree-shaking 2021-09-06 19:24:10 -07:00
replacestr_test.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
replacestr_test.inc Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
reverse_test.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
strdup_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
tarjan_test.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
test.mk Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00