2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

removed the unused and undocumented functions

isc_mem_preallocate(), isc_mem_valid(), isc_mem_setsplit(), and
isc_mem_restore()
This commit is contained in:
Andreas Gustafsson
2001-02-09 19:05:23 +00:00
parent c674a8d5e7
commit dd0ef1a9d3
2 changed files with 3 additions and 174 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: mem.h,v 1.47 2001/02/09 18:51:20 gson Exp $ */
/* $Id: mem.h,v 1.48 2001/02/09 19:05:23 gson Exp $ */
#ifndef ISC_MEM_H
#define ISC_MEM_H 1
@@ -208,18 +208,11 @@ isc_result_t isc_mem_ondestroy(isc_mem_t *ctx,
* been successfully destroyed.
*/
isc_result_t isc_mem_preallocate(isc_mem_t *);
/* XXX */
void isc_mem_stats(isc_mem_t *mctx, FILE *out);
/*
* Print memory usage statistics for 'mctx' on the stream 'out'.
*/
isc_boolean_t isc_mem_valid(isc_mem_t *, void *);
/* XXX */
void isc_mem_setdestroycheck(isc_mem_t *mctx,
isc_boolean_t on);
/*
@@ -227,9 +220,6 @@ void isc_mem_setdestroycheck(isc_mem_t *mctx,
* destroyed and abort the program if any are present.
*/
void isc_mem_setsplit(isc_mem_t *, isc_boolean_t);
/* XXX */
void isc_mem_setquota(isc_mem_t *, size_t);
size_t isc_mem_getquota(isc_mem_t *);
/*
@@ -245,9 +235,6 @@ size_t isc_mem_inuse(isc_mem_t *mctx);
* allocated from the system but not yet used.
*/
isc_result_t isc_mem_restore(isc_mem_t *);
/* XXX */
void
isc_mem_setwater(isc_mem_t *mctx, isc_mem_water_t water, void *water_arg,
size_t hiwater, size_t lowater);