#include <allocation.h>
Class diagram for ResourceAreaChunk:
Public Members | |||
![]() | ![]() | char* | allocate_bytes (fint size) |
![]() | ![]() | ResourceAreaChunk (fint min_capacity, ResourceAreaChunk* previous) | |
![]() | ![]() | ~ResourceAreaChunk () | |
![]() | ![]() | void | initialize (ResourceAreaChunk* previous) |
![]() | ![]() | fint | capacity () |
![]() | ![]() | fint | used () |
![]() | ![]() | bool | contains (void* p) |
![]() | ![]() | void | print () |
![]() | ![]() | void | print_short () |
Friends | |||
![]() | ![]() | class | ResourceMark |
![]() | ![]() | class | ResourceArea |
![]() | ![]() | class | Resources |
char * ResourceAreaChunk::allocate_bytes (fint size) [inline]
|
ResourceAreaChunk::ResourceAreaChunk (fint min_capacity, ResourceAreaChunk * previous) |
ResourceAreaChunk::~ResourceAreaChunk () |
void ResourceAreaChunk::initialize (ResourceAreaChunk * previous) |
fint ResourceAreaChunk::capacity () [inline]
|
fint ResourceAreaChunk::used () [inline]
|
bool ResourceAreaChunk::contains (void * p) [inline]
|
void ResourceAreaChunk::print () [virtual]
|
Reimplemented from VMObj.
void ResourceAreaChunk::print_short () [inline, virtual]
|
Reimplemented from VMObj.
friend class ResourceMark [friend]
|
friend class ResourceArea [friend]
|
friend class Resources [friend]
|