Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/mojo/core/embedder/
H A Dconfiguration.h41 size_t max_shared_memory_num_bytes = 1024 * 1024 * 1024; member
/aosp_15_r20/external/libchrome/mojo/core/
H A Dshared_buffer_dispatcher.cc88 if (num_bytes > GetConfiguration().max_shared_memory_num_bytes) in Create()