aboutsummaryrefslogtreecommitdiffstats
path: root/memrelem.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace to last static inline's with line + extern inline, and fix warningsMattias Andrée2022-06-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warnings, replace some static inline with inline + extern inline, and fix glibc supportMattias Andrée2022-06-111-15/+15
|
* Fix consistence in memelem functionsMattias Andrée2018-11-251-35/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testsMattias Andrée2018-11-231-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add a bunch of function and macrosMattias Andrée2018-11-191-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add memelemscanMattias Andrée2018-11-171-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2018-10-281-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add mempsetelem and memsetelem and add fix and tests for memelem and memrelemMattias Andrée2018-10-201-2/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add memelem and memrelemMattias Andrée2018-10-201-0/+82
Signed-off-by: Mattias Andrée <maandree@kth.se>