Home
last modified time | relevance | path

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

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