reactos/sdk/lib/crt/stdlib
Timo Kreuzer 1f49173f82 [CRT] Massively improve performance of rand_s
Cache the pointer to RtlGenRandom instead of loading and unloading advapi32 every single time this function is called.
2024-04-25 05:25:12 +02:00
..
_exit.c
_invalid_parameter.c [CRT] Move _invalid_parameter into its own file 2024-04-25 05:25:12 +02:00
_set_abort_behavior.c
abort.c
atexit.c
atold.c
clang-alias.s
doserrmap.h
ecvt.c
errno.c [CRT] Move _invalid_parameter into its own file 2024-04-25 05:25:12 +02:00
fcvt.c
fcvtbuf.c
fullpath.c
gcvt.c
getenv.c
makepath.c
makepath_s.c
malloc.c
mbstowcs.c
mbtowc.c
obsol.c
putenv.c
qsort.c
rand.c [CRT] Move rand_s into it's own file 2024-04-25 05:25:12 +02:00
rand_nt.c [CRT] Move rand to stdlib, where it belongs 2024-04-25 05:25:12 +02:00
rand_s.c [CRT] Massively improve performance of rand_s 2024-04-25 05:25:12 +02:00
rot.c
senv.c
stdlib.cmake [CRT] Move rand_s into it's own file 2024-04-25 05:25:12 +02:00
swab.c
wfulpath.c
wmakpath.c
wmakpath_s.c
wputenv.c
wsenv.c