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 [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
_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 [CRT] Remove duplicated atexit/onexit code 2020-11-01 09:33:14 +01:00
atold.c
clang-alias.s [CPPRT][CRT] Avoid extern assembly declarations with no type. CORE-17088 2020-05-28 14:26:48 +02:00
doserrmap.h
ecvt.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
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 [CRT][MSVCRT] Import _gcvt and _gcvt_s from wine and export _gcvt_s on Vista+ 2023-11-10 19:19:22 +02:00
getenv.c
makepath.c
makepath_s.c
malloc.c
mbstowcs.c [SDK][STDLIB][STRING] Wine-sync wcsrtombs_l and _mbstowcs_l 2020-05-03 15:35:11 +02:00
mbtowc.c [CRT][STDLIB] Wine-sync _mbtowc_l function code 2020-04-28 22:41:57 +02:00
obsol.c
putenv.c
qsort.c [REACTOS] Fix misc 64 bit issues (#783) 2019-01-05 10:50:11 +01:00
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 [CRT] Properly declare rot functions in public headers 2021-04-09 15:12:13 +02:00
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