Searched refs:Mmap (Results 1 – 4 of 4) sorted by relevance
67 void* thread_storage = Mmap(kGuestThreadPageAlignedSize); in Create()152 void* thread_storage = Mmap(kGuestThreadPageAlignedSize); in CreateForTest()231 stack_ = Mmap(mmap_size_); in AllocStack()252 scs_region_ = Mmap(SCS_GUARD_REGION_SIZE); in AllocShadowCallStack()283 static_tls_ = Mmap(AlignUpPageSize(g_static_tls_config.size)); in AllocStaticTls()
377 static constexpr uint32_t mmap_alignment() { return alignof(Mmap); } in mmap_alignment()452 struct Mmap { struct457 static_assert(std::is_standard_layout<Mmap>::value, argument465 CHECK_EQ(0U, reinterpret_cast<uintptr_t>(mmap) % alignof(Mmap)); in BroadcastRing()466 data_.mmap = reinterpret_cast<Mmap*>(mmap); in BroadcastRing()600 Mmap* mmap() const { return data_.mmap; } in mmap()669 Mmap* mmap = nullptr;674 Mmap* mmap = nullptr;
57 inline void* Mmap(size_t size) { in Mmap() function
85 void* storage = Mmap(kThreadStateStoragePageAlignedSize); in CreateThreadState()