summary refs log tree commit diff
path: root/src/doc/trpl/custom-allocators.md
AgeCommit message (Collapse)AuthorLines
2015-10-13Fix typo in custom allocator docs.Scott Olson-1/+1
2015-10-08book: Add documentation on custom allocatorsAlex Crichton-0/+170
This adds a chapter to the nightly section of the book on leveraging and implementing the `#![allocator]` attribute to write custom allocators as well as explaining the current situation with allocators.