Utility functions for memory management
Utility functions for circular array processing
Defines a string based dictionary list with conserved insertion order.
FreeList allocator proxy templates used to prevent memory segmentation on base allocator.
Internal hash map implementation.
Memory provider allocators to be used in templated composition within other, designated allocators.
Memory pool with destructors, useful for scoped allocators.
* Implementation of a custom allocator red-black tree container. * * Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code * copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders. * License: Distributed under the Boost Software License, Version 1.0. * (See at ). * Authors: Steven Schveighoffer, Andrei Alexandrescu
Taken from Phobos, tweaked for convenience