allocators.cpp | 766 typedef _Pthread_alloc_obj __obj; typedef in struct:_Pthread_alloc_per_thread_state 775 { memset((void *)__CONST_CAST(_Pthread_alloc_obj**, __free_list), 0, (size_t)_S_NFREELISTS * sizeof(__obj *)); } 854 typedef _Pthread_alloc_obj __obj; typedef 857 __obj * volatile * __my_free_list; 858 __obj * __result; 859 __obj * __current_obj, * __next_obj; 869 __result = (__obj *)__chunk; 870 *__my_free_list = __next_obj = (__obj *)(__chunk + __n); 873 __next_obj = (__obj *)((char *)__next_obj + __n); 936 typedef _Pthread_alloc_obj __obj; typedef 991 typedef _Pthread_alloc_obj __obj; typedef 1015 typedef _Pthread_alloc_obj __obj; typedef 1035 typedef _Pthread_alloc_obj __obj; typedef 1060 typedef _Pthread_alloc_obj __obj; typedef [all...] |