We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a02a0f commit 767e794Copy full SHA for 767e794
src/allocators/allocator-guarantees.md
@@ -58,6 +58,11 @@ The allocator must not:
58
* Return a capability that has the same integer address as the passed
59
argument, but with different bounds.
60
61
+The allocator should:
62
+
63
+ * Zero any newly accessible memory before returning a pointer to it,
64
+ including any allocator metadata.
65
66
The allocator may:
67
68
* Implement fail-stop semantics if the call fails for the above reasons.
0 commit comments