commit | 50e608d721d9feabc1a09aa2b051a2adb75198f8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 13 18:26:08 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 13 18:26:08 2007 +0200 |
tree | 2b9d8699b3b1a79fd5c31695d3cd8a9539b5578e | |
parent | aff694f3b65332324c9afd2ec5ed112e2aabb52e [diff] |
[MEDIUM] implement memory pools version 2 The new pools know about their size and usage. Malloc is not used anymore, instead a dedicated function to refill the entries is used.