Home
last modified time | relevance | path

Searched refs:max_mapping_table_size (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/core/embedder/
H A Dconfiguration.h35 size_t max_mapping_table_size = 1000000; member
/aosp_15_r20/external/libchrome/mojo/core/
H A Dcore.cc943 if (mapping_table_.size() >= GetConfiguration().max_mapping_table_size) in MapBuffer()