Allow to set field allocator through wrapper functions
It is currently not possible to specify the field allocator (field/allocation/FieldAllocator.h, e.g. AllocateAligned ) with the provided PDFField wrapper functions, like addPdfFieldToStorage in lbm/field/AddToStorage.h.
The wrappers should thus be changed. Maybe with variadic templates and perfect forwarding..?