tree: b9ec470a9a51ebac0f5ad4ea4e9c68ac105f33df [path history] [tgz]
  1. allocation_trace_recorder_statistics_reporter.cc
  2. allocation_trace_recorder_statistics_reporter.h
  3. BUILD.gn
  4. DEPS
  5. DIR_METADATA
  6. initializer.cc
  7. initializer.h
  8. memory_system.cc
  9. memory_system.h
  10. memory_system_tests.cc
  11. OWNERS
  12. parameters.cc
  13. parameters.h
  14. README.md
components/memory_system/README.md

The memory-system component provides a common interface to initialize memory components like GWP-ASan, which must be enabled early in the startup of each embedder that supports them.

Furthermore it acts as a holder for various memory components that must exist throughout the embedders lifetime.