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

Method CopyTo

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

Source from the content-addressed store, hash-verified

339}
340
341void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) {
342 f->quarantine_size_mb = quarantine_size_mb;
343 f->thread_local_quarantine_size_kb = thread_local_quarantine_size_kb;
344 f->redzone = min_redzone;
345 f->max_redzone = max_redzone;
346 cf->allocator_may_return_null = may_return_null;
347 f->alloc_dealloc_mismatch = alloc_dealloc_mismatch;
348 cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms;
349}
350
351struct Allocator {
352 static const uptr kMaxAllowedMallocSize =

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected