Home | History | Annotate | Download | only in src

Lines Matching refs:_Pthread_alloc

1102 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n)
1104 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n)
1106 void * _STLP_CALL _Pthread_alloc::allocate(size_t& __n, __state_type* __a)
1108 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n, __state_type* __a)
1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz)
1112 _Pthread_alloc_per_thread_state* _STLP_CALL _Pthread_alloc::_S_get_per_thread_state()