void __gnu_cxx::__verbose_terminate_handler | ( | ) |
A replacement for the standard terminate_handler which prints more information about the terminating exception (if any) on stderr. Call
to use. For more info, see http://gcc.gnu.org/onlinedocs/libstdc++/19_diagnostics/howto.html#4In 3.4 and later, this is on by default.
size_t __gnu_cxx::_Bit_scan_forward | ( | size_t | __num | ) | [inline] |
Generic Version of the bsf instruction.
Definition at line 698 of file bitmap_allocator.h.
Referenced by bitmap_allocator::_M_allocate_single_object().
bool const __threads_enabled [static] |
If true, then the application being compiled will be using threads, so use mutexes as a synchronization primitive, else do no use any synchronization primitives.
Definition at line 81 of file bitmap_allocator.h.
Referenced by _Lock::_M_lock(), _Lock::_M_unlock(), and _Mutex::_Mutex().