Rudiments
include
rudiments
private
memorypool.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
memorypool
(
memorypool
&m) {};
5
memorypool
&operator=(
memorypool
&m) {
return
*
this
; };
6
7
private
:
8
void
construct(
size_t
initialsize,
9
size_t
increment,
10
size_t
resizeinterval);
11
bool
clear(
bool
resetinitialsize,
12
size_t
initialsize,
13
size_t
increment,
14
size_t
resizeinterval);
15
16
memorypoolprivate *pvt;
memorypool
Definition
memorypool.h:16
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0