man __gnu_cxx::BA_free_list_store (Fonctions bibliothèques) -
NAME
__gnu_cxx::BA_free_list_store -
SYNOPSIS
Inherited by __gnu_cxx::bitmap_allocator< Type > [private].
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
Detailed Description
Definition at line 362 of file bitmap_allocator.h.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.