#include <allocation.h>
Public Members | |||
![]() | ![]() | Resources () | |
![]() | ![]() | ResourceAreaChunk* | new_chunk (fint min_capacity, ResourceAreaChunk* area) |
![]() | ![]() | void | addToFreeList (ResourceAreaChunk* c) |
![]() | ![]() | bool | in_consistent_state () |
![]() | ![]() | bool | contains (char* p) |
![]() | ![]() | int32 | capacity () |
![]() | ![]() | int32 | used () |
Resources::Resources () |
ResourceAreaChunk * Resources::new_chunk (fint min_capacity, ResourceAreaChunk * previous) |
void Resources::addToFreeList (ResourceAreaChunk * c) |
bool Resources::in_consistent_state () [inline]
|
bool Resources::contains (char * p) |
int32 Resources::capacity () |
int32 Resources::used () |