Skip to content

Commit edccc24

Browse files
committed
Mention that allocators my unmap memory on free (courtesy @nwf).
1 parent 9f0552a commit edccc24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/allocators/caller-guarantees.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The allocator may:
4646

4747
* Fill reachable memory within the bounds of the allocation with zeroes after
4848
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.
4951
* Revoke capabilities to the storage immediately upon free
5052

5153
If utilizing revocation, the allocator must:

0 commit comments

Comments
 (0)