Messages in this thread |  | | | Date | Wed, 16 Aug 2006 09:57:12 -0700 | | From | Stephen Hemminger <> | | Subject | Re: [PATCH2 1/1] network memory allocator. |
| |
IMHO the network memory allocator is being a little too focused on one problem, rather than looking at a general enhancement.
Have you looked into something like the talloc used by Samba (and others)? http://talloc.samba.org/ http://samba.org/ftp/unpacked/samba4/source/lib/talloc/talloc_guide.txt
By having a context, we could do better resource tracking and also cleanup would be easier on removal. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |