Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-10-16 15:19:12 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-10-16 15:19:12 +0300
commit8aa7070561256f147aa5bb6c20b7c5ae4370fb0f (patch)
tree578fdad70efabbb6a596a47ce6f9bd8ce7558d85 /example
parent5cc6420a3faa9ac87c769a014afefbbe5bc9ba83 (diff)
Add reservation to mapped_temp_inode().
Replace bless emulation with start_lifetime_as, which is the new naming.
Diffstat (limited to 'example')
-rw-r--r--example/use_cases.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/use_cases.cpp b/example/use_cases.cpp
index 388622a8..ac632333 100644
--- a/example/use_cases.cpp
+++ b/example/use_cases.cpp
@@ -215,7 +215,7 @@ void malloc1()
size_t len = mh.length();
// map_handle::address() returns indeterminate bytes, so you need to bless
// them into existence before use
- llfio::bless(p, len);
+ new(p) llfio::byte[len];
memset(p, 'a', len);
// Tell the kernel to throw away the contents of any whole pages