tree: c9f1abd607ee8dec24575d9f261e0ba0b494da3a [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. DIR_METADATA
  4. initializer.cc
  5. initializer.h
  6. memory_system.cc
  7. memory_system.h
  8. memory_system_tests.cc
  9. OWNERS
  10. parameters.cc
  11. parameters.h
  12. 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.