Home
last modified time | relevance | path

Searched refs:max_cache_size (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/anvil/
H A Danvil.c482 static int max_cache_size; /* peak cache size */ variable
617 if (max_cache_size < anvil_remote_map->used) { in anvil_remote_conn_update()
618 max_cache_size = anvil_remote_map->used; in anvil_remote_conn_update()
899 if (max_cache_size > 0) { in anvil_status_dump()
901 max_cache_size, ctime(&max_cache_time) + 4); in anvil_status_dump()
902 max_cache_size = 0; in anvil_status_dump()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbfdlink.h735 bfd_size_type max_cache_size; member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbfdlink.h758 bfd_size_type max_cache_size; member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlinker.c3555 if (info->max_cache_size == (bfd_size_type) -1) in _bfd_link_keep_memory()
3562 if (size >= info->max_cache_size) in _bfd_link_keep_memory()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlinker.c3572 if (info->max_cache_size == (bfd_size_type) -1) in _bfd_link_keep_memory()
3579 if (size >= info->max_cache_size) in _bfd_link_keep_memory()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldmain.c334 link_info.max_cache_size = (bfd_size_type) -1; in main()
H A Dlexsup.c1668 link_info.max_cache_size = cache_size; in parse_args()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldmain.c338 link_info.max_cache_size = (bfd_size_type) -1; in main()
H A Dlexsup.c1758 link_info.max_cache_size = cache_size; in parse_args()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git181343 * bfdlink.h (bfd_link_info): Add cache_size and max_cache_size.
181351 * ldmain.c: (main): Set link_info.max_cache_size to -1.