Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Pthread_alloc_template Class Template Reference

#include <pthread_allocimpl.h>

List of all members.

Public Types

enum  { _S_ALIGN = __STL_DATA_ALIGNMENT }

Static Public Methods


Friends

class  _M_lock

template<size_t _Max_size = 128> class std::_Pthread_alloc_template


Member Typedef Documentation

typedef _Pthread_alloc_obj __obj
 


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
_S_ALIGN  


Member Function Documentation

char* _S_chunk_alloc ( size_t __size,
int & __nobjs ) [static]
 

size_t _S_round_up ( size_t __bytes ) [inline, static]
 

size_t _S_freelist_index ( size_t __bytes ) [inline, static]
 

void* allocate ( size_t __n ) [inline, static]
 

void deallocate ( void * __p,
size_t __n ) [inline, static]
 

void* reallocate ( void * __p,
size_t __old_sz,
size_t __new_sz ) [static]
 


Friends And Related Function Documentation

friend class _M_lock [friend]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001