]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] implement memory pools version 2
authorWilly Tarreau <w@1wt.eu>
Sun, 13 May 2007 16:26:08 +0000 (18:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 13 May 2007 16:26:08 +0000 (18:26 +0200)
commit50e608d721d9feabc1a09aa2b051a2adb75198f8
tree2b9d8699b3b1a79fd5c31695d3cd8a9539b5578e
parentaff694f3b65332324c9afd2ec5ed112e2aabb52e
[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.
Makefile
Makefile.bsd
Makefile.osx
include/common/config.h
include/common/memory.h
src/memory.c [new file with mode: 0644]