Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 95 16:36:57 MDT
From:      terry@cs.weber.edu (Terry Lambert)
To:        hackers@FreeBSD.org, current@FreeBSD.org
Subject:   sys/malloc.h
Message-ID:  <9508242236.AA09192@cs.weber.edu>

next in thread | raw e-mail | index | archive | help
Some kernel memory allocation issues:

1)	Does it seem to anyone else as if the statistic's gathering
	macros on the MALLOC/FREE are rather bizarre?


2)	Has anyone else noticed the mixing of FREE/free on cn_pnbuf
	elements of nameidata structures?  Doesn't this seem broken,
	considering the use of MALLOC in the non-'HASBUF' case for
	allocation in all cases in vfs_lookup.c?  Won't this fail
	for the case of a kernel without either KMEMSTATS or
	DIAGNOSTIC defined?


					Terry Lambert
					terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9508242236.AA09192>