This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/9747: allocator<T>::deallocate(*, int ) does not call ::operator delete(size_t).


Synopsis: allocator<T>::deallocate(*, int ) does not call ::operator delete(size_t).

Responsible-Changed-From-To: unassigned->paolo
Responsible-Changed-By: paolo
Responsible-Changed-When: Tue Feb 18 20:21:16 2003
Responsible-Changed-Why:
    Triaged.
State-Changed-From-To: open->closed
State-Changed-By: paolo
State-Changed-When: Tue Feb 18 20:21:16 2003
State-Changed-Why:
    This is well known and intended for performance sake.
    Look at include/bits/stl_alloc.h in your src distribution:
    a new/delete allocator is available via __new_alloc and, if
    you like, you can choose it at build time by simply changing
    the __alloc typedef.
    Thanks, Paolo.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9747


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]