commit | e430e77dfd151e5d9aa760d98033455b16abe53a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 23 14:13:16 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 24 23:47:31 2014 +0100 |
tree | c63aeb6620b1baa0c5cff72bbe19cd86035072c1 | |
parent | 62405a21555cb751b2dafa6568bbdc2192a8fc82 [diff] |
CLEANUP: memory: replace macros pool_alloc2/pool_free2 with functions Using inline functions here makes the code more readable and reduces its size by about 2 kB.