[Dune] [#766] Separate GenericGeometries and the SmallObjectPool (Attachment added)

Dune flyspray at dune-project.org
Thu Apr 8 17:13:23 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#766 - Separate GenericGeometries and the SmallObjectPool
User who did this - Carsten Gräser (Carsten)

----------
What about making the allocator a template parameter of the Mapping and simply overloading new and delete?

Delete automatically behaves polymorphic in the sense that B::delete is called if A is polymorphic:

class A{...};
class B:public A{...};

A* a = new B(...);
delete a;

This would avoid any additional members and virtual function calls. I attches an example.
----------

One or more files have been attached.

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=766#comment1874

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list