Public Types | |
typedef unsigned short | use_counter |
typedef int | EST_chunk_size |
Friends | |
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.
Definition at line 107 of file EST_Chunk.h.
typedef int EST_Chunk::EST_chunk_size |
Definition at line 109 of file EST_Chunk.h.
|
friend |
Definition at line 132 of file EST_Chunk.h.
|
friend |
Definition at line 237 of file EST_Chunk.cc.
|
friend |
Definition at line 244 of file EST_Chunk.cc.
|
friend |
Definition at line 261 of file EST_Chunk.cc.
|
friend |
Definition at line 286 of file EST_Chunk.cc.
|
friend |
Definition at line 299 of file EST_Chunk.cc.
|
friend |
Definition at line 330 of file EST_Chunk.cc.
|
friend |
Definition at line 318 of file EST_Chunk.cc.
Definition at line 342 of file EST_Chunk.cc.