_pthread_alloc.h | 68 typedef _Pthread_alloc_per_thread_state __state_type; typedef in class:_Pthread_alloc 73 static __state_type * _STLP_CALL _S_get_per_thread_state(); 83 static void * _STLP_CALL allocate(size_t& __n, __state_type* __a); 86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a); 279 typedef pthread_alloc::__state_type __state_type; typedef in class:per_thread_allocator 345 __state_type* _M_state;
|