MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / End

Method End

system/lib/compiler-rt/lib/asan/asan_allocator.cpp:935–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934uptr AsanChunkView::Beg() const { return chunk_->Beg(); }
935uptr AsanChunkView::End() const { return Beg() + UsedSize(); }
936uptr AsanChunkView::UsedSize() const { return chunk_->UsedSize(); }
937u32 AsanChunkView::UserRequestedAlignment() const {
938 return Allocator::ComputeUserAlignment(chunk_->user_requested_alignment_log);

Callers 1

renderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected