[gnu.g++] which `new' is called for vectors?

kubiak@bach.csg.uiuc.edu (Ken Kubiak) (08/16/89)

I have defined a `class Port' and have overloaded 
`Port *Port::operator new( long )' for speedy allocation.
However, the statement `new Port[100]' does not call my
`Port::operator new'.  How do I specify a `new' operator
for vector allocation, short of redefining `__user_new'?

(g++ 1.35.0 on a DEC VAXstation 3200)

Thanks for any help,
ken


Ken Kubiak
Computer Systems Group
University of Illinois at Urbana-Champaign
kubiak@csg.uiuc.edu