Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DThinLTO.rst175 - ``cache_size_bytes=X``, ``cache_size_bytes=Xk``, ``cache_size_bytes=Xm``,
176 ``cache_size_bytes=Xg``:
184 ``cache_size_bytes=1g`` on its own will cause both the 1GB and default 75%
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_db.c587 u_int32_t cache_size_bytes; in dict_db_new_env() local
594 &cache_size_bytes, &ncache)) != 0) in dict_db_new_env()
596 if (cache_size_gbytes == 0 && cache_size_bytes < dict_db_cache_size) { in dict_db_new_env()