aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/mem_ops.h
Commit message (Collapse)AuthorAgeFilesLines
* Internal header cleanupsJack Lloyd2015-09-191-0/+127
| | | | Only user-visible change is the removal of get_byte.h
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Have clear_mem just be a plain memset and only call the (slow)lloyd2014-08-091-1/+1
| | | | | zero_mem just before a deallocation where we are actually at risk of the compiler eliding the writes.
* Move lib into srclloyd2014-01-101-0/+75