|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::sys::BoehmGC Class Reference#include <BoehmGC.h>
List of all members.
Member Function Documentation
void acdk::lang::sys::BoehmGC::add_roots |
( |
char * |
low_address, |
|
|
char * |
high_address_plus_1 |
|
) |
[inline, static] |
|
void* acdk::lang::sys::BoehmGC::base |
( |
void * |
ptr |
) |
[inline, static] |
|
void acdk::lang::sys::BoehmGC::collect |
( |
|
) |
[inline, static] |
|
void acdk::lang::sys::BoehmGC::free |
( |
void * |
ptr |
) |
[inline, static] |
|
size_t acdk::lang::sys::BoehmGC::get_heap_size |
( |
|
) |
[inline, static] |
|
bool acdk::lang::sys::BoehmGC::init |
( |
|
) |
[inline, static] |
|
void* acdk::lang::sys::BoehmGC::malloc |
( |
size_t |
size |
) |
[inline, static] |
|
void* acdk::lang::sys::BoehmGC::malloc_atomic |
( |
size_t |
size |
) |
[inline, static] |
|
void* acdk::lang::sys::BoehmGC::malloc_uncollectable |
( |
size_t |
size |
) |
[inline, static] |
|
void acdk::lang::sys::BoehmGC::set_max_heap_size |
( |
long |
maxsize |
) |
[inline, static] |
|
|
|