Skip to content

Commit

Permalink
Additional doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhpreet committed Jun 13, 2024
1 parent 24eb2d8 commit e6ffa13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/alloc/allocext/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ mod memfd_secret_alloc {
use core::convert::TryInto;

/// Allocate memfd_secret with given size and optionally at given address ptr
/// Returns tuple of ptr to memory and file descriptor of memfd_secret
#[inline]
pub unsafe fn alloc_memfd_secret_at_ptr(
size: usize,
Expand Down

0 comments on commit e6ffa13

Please sign in to comment.