2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00
This commit is contained in:
Francis Dupont
2011-08-09 10:29:23 +00:00
parent 0cc4669f7f
commit f558c8988e

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: mem.h,v 1.89 2010/08/11 22:54:58 jinmei Exp $ */ /* $Id: mem.h,v 1.90 2011/08/09 10:29:23 fdupont Exp $ */
#ifndef ISC_MEM_H #ifndef ISC_MEM_H
#define ISC_MEM_H 1 #define ISC_MEM_H 1
@@ -334,7 +334,7 @@ isc_mem_createx2(size_t max_size, size_t target_size,
* ISC_MEMFLAG_INTERNAL is not set, 'target_size' is ignored. * ISC_MEMFLAG_INTERNAL is not set, 'target_size' is ignored.
* *
* 'max_size' is also used to size the statistics arrays and the array * 'max_size' is also used to size the statistics arrays and the array
* used to record active memory when ISC_MEM_DEBUGRECORD is set. Settin * used to record active memory when ISC_MEM_DEBUGRECORD is set. Setting
* 'max_size' too low can have detrimental effects on performance. * 'max_size' too low can have detrimental effects on performance.
* *
* A memory context created using isc_mem_createx() will obtain * A memory context created using isc_mem_createx() will obtain