The free(9) implementation based on the slab allocator doesn't handle
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 12 Mar 2004 22:29:21 +0000 (22:29 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 12 Mar 2004 22:29:21 +0000 (22:29 +0000)
commitd39911d98d7887143dd189ce0bbcdb8dff274155
treecae2b1b754c775acebba9cc2ee647889efa42aac
parent059bfcdc8bdd4d1346ffabedd67aa69d7e85af6b
The free(9) implementation based on the slab allocator doesn't handle
the special case of freeing NULL anymore. Make this behaviour explicit
by adding a panic and adjusting the man page.
share/man/man9/kmalloc.9
share/man/man9/malloc.9
sys/kern/kern_slaballoc.c