We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0552a commit edccc24Copy full SHA for edccc24
src/allocators/caller-guarantees.md
@@ -46,6 +46,8 @@ The allocator may:
46
47
* Fill reachable memory within the bounds of the allocation with zeroes after
48
it has been freed
49
+ * On virtual-memory-enabled systems, unmap reachable memory within the bounds
50
+ of the allocation after it has been freed.
51
* Revoke capabilities to the storage immediately upon free
52
53
If utilizing revocation, the allocator must:
0 commit comments