#include <jsgc.h>
Public Member Functions | |
void | init () |
Arena< FreeCell > * | getNextWithFreeList () |
void | insert (Arena< FreeCell > *a) |
void | releaseAll () |
bool | isEmpty () const |
Public Attributes | |
Arena< FreeCell > * | head |
Arena< FreeCell > * | cursor |
void js::gc::ArenaList::init | ( | ) | [inline] |
bool js::gc::ArenaList::isEmpty | ( | ) | const [inline] |
void js::gc::ArenaList::releaseAll | ( | ) | [inline] |