DragonFly commits List (threaded) for 2005-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/sys slaballoc.h src/sys/kern kern_slaballoc.c
dillon 2005/06/20 13:49:14 PDT
DragonFly src repository
Modified files:
sys/sys slaballoc.h
sys/kern kern_slaballoc.c
Log:
Include a bitmap of allocated entries when built with INVARIANTS. I
considered making this a separate option but decided it was too important
to leave out of a basic INVARIANTS build.
The kernel will panic if it tries to allocate memory that has already
been allocated or free memory that has already been freed.
Revision Changes Path
1.8 +3 -0 src/sys/sys/slaballoc.h
1.33 +62 -2 src/sys/kern/kern_slaballoc.c
http://www.dragonflybsd.org/cvsweb/src/sys/sys/slaballoc.h.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_slaballoc.c.diff?r1=1.32&r2=1.33&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]