Skip to content

Commit 8189a0f

Browse files
committed
liballoc: add renaming to unresolved questions
1 parent 34a3a36 commit 8189a0f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

text/0000-liballoc.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,12 @@ It does provide a memory allocator through `malloc` and related functions, uncon
193193
# Unresolved questions
194194
[unresolved]: #unresolved-questions
195195

196-
Did I miss something in [PR #51569] that makes `alloc` not a subset of `std`?
197-
A double-check from someone else would be appreciated.
196+
* Did I miss something in [PR #51569] that makes `alloc` not a subset of `std`?
197+
A double-check from someone else would be appreciated.
198+
199+
* Should the crate be renamed before stabilization?
200+
It doesn’t have exclusivity for memory-allocation-related APIs,
201+
since the `core::alloc` module exists.
202+
What really characterizes it is the assumption that a global allocator is available.
203+
The name `global_alloc` was proposed.
204+
(Although the crate doesn’t only contain the global allocator itself.)

0 commit comments

Comments
 (0)