1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/mm
Joe Thornber 4a8d120415 o pool-debug.c contains an alternative implementation of pool that gets
a seperate chunk of memory from dbg_malloc for each pool_alloc.  This
   will allow the bounds checking code in dbg_malloc to do it's stuff.

o  The normal implementation moved to pool-fast.c

o  pool.c now just contains a #ifdef and includes the appropriate .c file.

Alasdair, could you make sure that gcc -MM get's passed all the
CFLAGS please, otherwise the dependencies get calculated incorrectly.
2001-11-28 09:13:00 +00:00
..
dbg_malloc.c size_ts aren't really pointers but there are no format specifiers for them, 2001-11-16 11:37:45 +00:00
dbg_malloc.h o code sync for dev-cache.c 2001-10-03 11:06:31 +00:00
pool-debug.c o pool-debug.c contains an alternative implementation of pool that gets 2001-11-28 09:13:00 +00:00
pool-fast.c o pool-debug.c contains an alternative implementation of pool that gets 2001-11-28 09:13:00 +00:00
pool.c o pool-debug.c contains an alternative implementation of pool that gets 2001-11-28 09:13:00 +00:00
pool.h #include <string.h> for memset 2001-11-15 11:46:00 +00:00
xlate.h o get things compiling 2001-10-08 09:45:16 +00:00