|
| class | EST_ChunkPtr |
| |
| EST_ChunkPtr | chunk_allocate (int bytes) |
| |
| EST_ChunkPtr | chunk_allocate (int bytes, const char *initial, int initial_len) |
| |
| EST_ChunkPtr | chunk_allocate (int bytes, const EST_ChunkPtr &initial, int initial_start, int initial_len) |
| |
| void | cp_make_updatable (EST_ChunkPtr &shared, EST_chunk_size inuse) |
| |
| void | cp_make_updatable (EST_ChunkPtr &shared) |
| |
| void | grow_chunk (EST_ChunkPtr &shared, EST_chunk_size inuse, EST_chunk_size newsize) |
| |
| void | grow_chunk (EST_ChunkPtr &shared, EST_chunk_size newsize) |
| |
| ostream & | operator<< (ostream &s, const EST_Chunk &chp) |
| |
|
void | tester (void) |
| |
Definition at line 105 of file EST_Chunk.h.
◆ use_counter
| typedef unsigned short EST_Chunk::use_counter |
◆ EST_chunk_size
| typedef int EST_Chunk::EST_chunk_size |
◆ EST_ChunkPtr
◆ chunk_allocate [1/3]
◆ chunk_allocate [2/3]
| EST_ChunkPtr chunk_allocate |
( |
int |
bytes, |
|
|
const char * |
initial, |
|
|
int |
initial_len |
|
) |
| |
|
friend |
◆ chunk_allocate [3/3]
◆ cp_make_updatable [1/2]
| void cp_make_updatable |
( |
EST_ChunkPtr & |
shared, |
|
|
EST_Chunk::EST_chunk_size |
inuse |
|
) |
| |
|
friend |
◆ cp_make_updatable [2/2]
◆ grow_chunk [1/2]
| void grow_chunk |
( |
EST_ChunkPtr & |
shared, |
|
|
EST_Chunk::EST_chunk_size |
inuse, |
|
|
EST_Chunk::EST_chunk_size |
newsize |
|
) |
| |
|
friend |
◆ grow_chunk [2/2]
| void grow_chunk |
( |
EST_ChunkPtr & |
shared, |
|
|
EST_Chunk::EST_chunk_size |
newsize |
|
) |
| |
|
friend |
◆ operator<<
| ostream & operator<< |
( |
ostream & |
s, |
|
|
const EST_Chunk & |
chp |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: