#include <include/EST_Chunk.h>
|
class | EST_ChunkPtr |
|
EST_ChunkPtr | chunk_allocate (size_t bytes) |
|
EST_ChunkPtr | chunk_allocate (size_t bytes, const char *initial, size_t initial_len) |
|
EST_ChunkPtr | chunk_allocate (size_t bytes, const EST_ChunkPtr &initial, size_t initial_start, size_t 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 90 of file EST_Chunk.h.
EST_ChunkPtr chunk_allocate |
( |
size_t |
bytes, |
|
|
const char * |
initial, |
|
|
size_t |
initial_len |
|
) |
| |
|
friend |
ostream& operator<< |
( |
ostream & |
s, |
|
|
const EST_Chunk & |
chp |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: