Public Types | |
typedef BA_free_list_store | BFL_type |
Static Public Member Functions | |
static void | S_insert_free_list (unsigned int *addr) throw () |
static unsigned int * | S_get_free_list (unsigned int sz) throw (std::bad_alloc) |
static void | S_clear () |
Private Types | |
typedef std::vector < unsigned int * > ::iterator | FLIter |
Static Private Member Functions | |
static void | S_validate_free_list (unsigned int *addr) throw () |
static bool | S_should_i_give (unsigned int __block_size, unsigned int __required_size) throw () |
Static Private Attributes | |
static std::vector < unsigned int * > | S_free_list |
Classes | |
struct | LT_pointer_compare |
Definition at line 362 of file bitmap_allocator.h.