memtest86plus/lib
Lionel Debroux 3aeda70e24 Move more of the simple string functions to the header, to allow inlining and further optimization.
Before:
   text    data     bss     dec     hex filename
  10374      19    2712   13105    3331 app/config.o
 106854   26720   13344  146918   23de6 memtest_shared
   8734      19    2712   11465    2cc9 app/config.o
 111310   28392  294688  434390   6a0d6 memtest_shared

After:
   text    data     bss     dec     hex filename
  10105      19    2712   12836    3224 app/config.o
 106580   26720   13344  146644   23cd4 memtest_shared
   8653      19    2712   11384    2c78 app/config.o
 110969   28392  294688  434049   69f81 memtest_shared
2023-01-23 15:49:45 +01:00
..
assert.h Faster barrier implementation. 2022-02-28 22:05:21 +00:00
barrier.c Work around the halt/wakeup race in barrier_halt_wait() (issue #13) 2022-03-08 23:25:16 +00:00
barrier.h Faster barrier implementation. 2022-02-28 22:05:21 +00:00
ctype.h Inline the ctype functions, so as to reduce size. 2022-05-21 10:11:45 +02:00
div64.c Initial commit. 2020-05-24 21:30:55 +01:00
print.c Realign cache/memory size & bandwidth on line 3-6 for better readability. Add a new flag in printf to add a space between number in unit in %k mode 2022-04-16 13:31:28 +02:00
print.h Various code cleanup following PR review 2022-04-16 13:31:28 +02:00
read.c Add support for Serial/TTY (#32) 2022-04-04 18:31:54 +02:00
read.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
spinlock.h Remove unnecessary memory fence from spin_lock(). 2022-02-28 22:05:21 +00:00
string.c Move more of the simple string functions to the header, to allow inlining and further optimization. 2023-01-23 15:49:45 +01:00
string.h Move more of the simple string functions to the header, to allow inlining and further optimization. 2023-01-23 15:49:45 +01:00
unistd.c Remove the power-saving delay loop from the usleep function. 2022-02-19 13:04:26 +00:00
unistd.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00