|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH 1/3] Typesafe allocators
> > While reading through the sources, I noticed that you've already
> > diverged from "kmalloc" to xmalloc, so I thought it worth trying a
> > typesafe allocator (something I have long missed in Linux).
>
> We like the concept of this patch (and the other two), but renaming
> xmalloc to 'new' has triggered all sorts of c++ antibodies. In
> particular, its hard to grep for 'new'.
>
> Can we just keep the xmalloc name but make it type safe, and add
> xmalloc_array?
I've knocked this up and applied to unstable.
Thanks,
Ian
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|