]> git.ozlabs.org Git - ccan/commitdiff
mem: mark all functions as PURE
authorCody P Schafer <dev@codyps.com>
Sun, 6 Sep 2015 01:21:05 +0000 (21:21 -0400)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 6 Sep 2015 14:16:46 +0000 (00:16 +1000)
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 <dev@codyps.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

No differences found