[PATCH] D16967: support/allocators: implements requirements

2017-10-23 Thread Masud Rahman via Phabricator via cfe-commits
frutiger abandoned this revision. frutiger added a subscriber: AlisdairM. frutiger added a comment. @AlisdairM maybe you want to commandeer this? This revision is probably not going anywhere any time soon... https://reviews.llvm.org/D16967 ___ cfe

[PATCH] D16967: support/allocators: implements requirements

2016-02-07 Thread Masud Rahman via cfe-commits
frutiger created this revision. frutiger added reviewers: mclow.lists, EricWF. frutiger added a subscriber: cfe-commits. This commit adds the required constructor overloads and member functions to make the supporting allocators actually valid allocators. The implementation of 'allocate' defers to