Home
last modified time | relevance | path

Searched refs:max_pool_malloc (Results 1 – 7 of 7) sorted by relevance

/dports/mail/exim-mysql/exim-4.95/src/
H A Dstore.c163 static int max_pool_malloc; /* max value for pool_malloc */ variable
340 if ((pool_malloc += mlength) > max_pool_malloc) /* Used in pools */ in store_get_3()
341 max_pool_malloc = pool_malloc; in store_get_3()
959 debug_printf("----Exit npools max: %3d kB\n", max_pool_malloc/1024); in store_exit()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dstore.c163 static int max_pool_malloc; /* max value for pool_malloc */ variable
340 if ((pool_malloc += mlength) > max_pool_malloc) /* Used in pools */ in store_get_3()
341 max_pool_malloc = pool_malloc; in store_get_3()
959 debug_printf("----Exit npools max: %3d kB\n", max_pool_malloc/1024); in store_exit()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dstore.c163 static int max_pool_malloc; /* max value for pool_malloc */ variable
340 if ((pool_malloc += mlength) > max_pool_malloc) /* Used in pools */ in store_get_3()
341 max_pool_malloc = pool_malloc; in store_get_3()
959 debug_printf("----Exit npools max: %3d kB\n", max_pool_malloc/1024); in store_exit()
/dports/mail/exim/exim-4.95/src/
H A Dstore.c163 static int max_pool_malloc; /* max value for pool_malloc */ variable
340 if ((pool_malloc += mlength) > max_pool_malloc) /* Used in pools */ in store_get_3()
341 max_pool_malloc = pool_malloc; in store_get_3()
959 debug_printf("----Exit npools max: %3d kB\n", max_pool_malloc/1024); in store_exit()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dstore.c163 static int max_pool_malloc; /* max value for pool_malloc */ variable
340 if ((pool_malloc += mlength) > max_pool_malloc) /* Used in pools */ in store_get_3()
341 max_pool_malloc = pool_malloc; in store_get_3()
959 debug_printf("----Exit npools max: %3d kB\n", max_pool_malloc/1024); in store_exit()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dstore.c163 static int max_pool_malloc; /* max value for pool_malloc */ variable
340 if ((pool_malloc += mlength) > max_pool_malloc) /* Used in pools */ in store_get_3()
341 max_pool_malloc = pool_malloc; in store_get_3()
959 debug_printf("----Exit npools max: %3d kB\n", max_pool_malloc/1024); in store_exit()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dstore.c163 static int max_pool_malloc; /* max value for pool_malloc */ variable
340 if ((pool_malloc += mlength) > max_pool_malloc) /* Used in pools */ in store_get_3()
341 max_pool_malloc = pool_malloc; in store_get_3()
959 debug_printf("----Exit npools max: %3d kB\n", max_pool_malloc/1024); in store_exit()