This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] | |
tested x86/linux This converts most of the ext/allocators to the new style. __new_alloc -> new_allocator __malloc_alloc -> malloc_allocator __mt_allococ -> (same, unfinished) __debug_alloc -> debug_allocator The current default allocator, __pool_alloc, is untouched except for minimal fixups due to fallout from the above. The __mt_alloc bits are started, but not especially done. This allocator is currently not especially usable, although it can now be compiled. It needs some work, which will be the subject of a separate message. I'm not quite sure how useful debug_allocator is, but it was easy enough to fix. -benjamin
Attachment:
p.20031223-1.patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |