]> git.ipfire.org Git - thirdparty/squid.git/commit
Polish compat library xfree/xxfree
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 5 Jan 2012 14:12:04 +0000 (03:12 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 5 Jan 2012 14:12:04 +0000 (03:12 +1300)
commit42b93184c8c5ea607008970ab094f193d46591ad
treeff0b1219f87d36efef2ca237bbdfae05038cb0e0
parentd9677bcd38206536fd79e39c7cb4ecd6d7fd006c
Polish compat library xfree/xxfree

* remove xxfree() entirely it has been a useless wrapper for free_const()
  for some time now.

* update replace xfree() to a static inline function to permit better
  compiler optimization
compat/xalloc.cc
compat/xalloc.h
include/util.h
lib/malloc_trace.cc