From: Cody P Schafer Date: Sun, 6 Sep 2015 01:21:05 +0000 (-0400) Subject: mem: mark all functions as PURE X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=2c20abc2e2fdaf1888472968e811d00260dcf8fa;hp=2c20abc2e2fdaf1888472968e811d00260dcf8fa;p=ccan mem: mark all functions as PURE This might allow compilers that support the anotation to make better choices when optimizing, and all these functions meet the requirements for being marked pure. Signed-off-by: Cody P Schafer Signed-off-by: David Gibson ---