about summary refs log tree commit diff
path: root/library/core/src/alloc/global.rs
AgeCommit message (Expand)AuthorLines
2023-03-01Fix docs for `alloc::realloc`overlookmotel-1/+2
2023-02-09Clarify `new_size` for realloc means bytesJubilee-4/+5
2022-11-18clarify that realloc refreshes pointer provenance even when the allocation re...Ralf Jung-3/+5
2022-08-05cleanup code w/ pointers in std a littleMaybe Waffle-1/+1
2022-05-14Remove potentially misleading realloc parentheticalCAD97-5/+3
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-07-21docs: GlobalAlloc: Make example only require 4096-aligned staticIan Jackson-3/+3
2021-07-20docs: GlobalAlloc: completely replace example with one that worksIan Jackson-11/+56
2021-02-28Try to clarify GlobalAlloc::realloc documentation comment.Vytautas Astrauskas-2/+5
2020-12-26Adjust markdown text to be more like the rendered textoli-5/+3
2020-12-26Update library/core/src/alloc/global.rsOli Scherer-1/+1
2020-12-04Update documentation to review commentsoli-6/+9
2020-11-19Inform tidy about the reason for the ignored rust codeoli-1/+1
2020-11-19Elaborate on side effectsoli-1/+2
2020-11-19Fix tidyoli-1/+1
2020-11-19Note that there are other optimizations than the one showcasedoli-0/+6
2020-11-19Document that heap allocations are not guaranteed to happen, even if explicit...oli-0/+13
2020-07-27mv std libs to library/mark-0/+208