Mark memory allocation functions with __attribute__((malloc)).
authorBen Pfaff <blp@nicira.com>
Fri, 9 Jan 2009 00:32:21 +0000 (16:32 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2009 01:00:28 +0000 (17:00 -0800)
commitcca24ca5f13c2232fdf96138ca8a16f43776940b
tree7c03e62d3946b9eb214d7d04d414880655c688bc
parent43e2b955b2988a43da0d3181e167199f229ae011
Mark memory allocation functions with __attribute__((malloc)).

This may improve optimization, and it may make it easier for tools such
as Fortify to see what is going on.
lib/compiler.h
lib/util.h